Html Css Color HEX #712BEE Blue Violet

📋 copy color: '#712BEE'

red 113 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #712BEE

Tints of Blue Violet #712BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 28.68%
G = 10.91%
B = 60.41%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#712BEE (or 0x712BEE) is known color: Blue Violet. HEX triplet: 71, 2B and EE. RGB value is (113,43,238). Sum of RGB (Red+Green+Blue) = 113+43+238=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #712BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BEE is #8ED411. Grayscale: #555555. Windows color (decimal): -9360402 or 15608689. OLE color: 15608689.

HSL color Cylindrical-coordinate representation of color #712BEE: hue angle of 261.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712BEE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 43 238 -
CMYK 0.53 0.82 0 0.07
HSL 261.54º 0.85% 0.55% -
HSV(B) 261.54º 0.82% 0.93% -
XYZ 23.11 11.41 81.87 -
YUV 86.16 213.69 147.14 -
System Red Green Blue C M Y K H S L
Decimal 113 43 238 0.53 0.82 0 0.07 261.54 0.85 0.55
Hex 71 2B EE 35 52 0 7 106 55 37
Octal 161 53 356 65 122 0 7 406 125 67
Binary 1110001 101011 11101110 110101 1010010 0 111 100000110 1010101 110111

Color Harmonies of #712BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BEE

Black with #712BEE

Text Example


Text Example

White with #712BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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