Html Css Color HEX #712BE7 Blue Violet

📋 copy color: '#712BE7'

red 113 ◦ green 43 ◦ blue 231

#712BE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #712BE7

Tints of Blue Violet #712BE7

RGB

 RED value IS 113 (44.53% from 255) = 29.2%

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 231 (90.63% from 255) = 59.69%

R = 29.2%
G = 11.11%
B = 59.69%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#712BE7 (or 0x712BE7) is known color: Blue Violet. HEX triplet: 71, 2B and E7. RGB value is (113,43,231). Sum of RGB (Red+Green+Blue) = 113+43+231=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #712BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BE7 is #8ED418. Grayscale: #545454. Windows color (decimal): -9360409 or 15149937. OLE color: 15149937.

HSL color Cylindrical-coordinate representation of color #712BE7: hue angle of 262.34º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712BE7 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 43 231 -
CMYK 0.51 0.81 0 0.09
HSL 262.34º 0.8% 0.54% -
HSV(B) 262.34º 0.81% 0.91% -
XYZ 22.1 11.01 76.56 -
YUV 85.36 210.19 147.71 -
System Red Green Blue C M Y K H S L
Decimal 113 43 231 0.51 0.81 0 0.09 262.34 0.8 0.54
Hex 71 2B E7 33 51 0 9 106 50 36
Octal 161 53 347 63 121 0 11 406 120 66
Binary 1110001 101011 11100111 110011 1010001 0 1001 100000110 1010000 110110

Color Harmonies of #712BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BE7

Black with #712BE7

Text Example


Text Example

White with #712BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712BE7; }

 p { color: rgb(113,43,231); }

 H1.HeaderClassName
 {
   color: #712BE7;
 }
 .AnyTagClassName
 {
   color: #712BE7;
 }
</style>

background-color css

<style>
 a { background-color: #712BE7; }

 a { background-color: rgb(113,43,231); }

 div.DivClassName
 {
   background-color: #712BE7;
 }
 .BgClassName
 {
   background-color: #712BE7;
 }
</style>

border-color css

<style>
 span { border-color: #712BE7; }

 span { border-color: rgb(113,43,231); }

 td.TdClassName
 {
   border-color: #712BE7;
 }
 .TagClassName
 {
   border-color: #712BE7;
 }
</style>