Html Css Color HEX #712DEE Blue Violet

📋 copy color: '#712DEE'

red 113 ◦ green 45 ◦ blue 238

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

Shades of Blue Violet #712DEE

Tints of Blue Violet #712DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

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

R = 28.54%
G = 11.36%
B = 60.1%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#712DEE (or 0x712DEE) is known color: Blue Violet. HEX triplet: 71, 2D and EE. RGB value is (113,45,238). Sum of RGB (Red+Green+Blue) = 113+45+238=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #712DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DEE is #8ED211. Grayscale: #565656. Windows color (decimal): -9359890 or 15609201. OLE color: 15609201.

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

Color convert

RGB 113 45 238 -
CMYK 0.53 0.81 0 0.07
HSL 261.14º 0.85% 0.55% -
HSV(B) 261.14º 0.81% 0.93% -
XYZ 23.18 11.56 81.9 -
YUV 87.33 213.03 146.31 -
System Red Green Blue C M Y K H S L
Decimal 113 45 238 0.53 0.81 0 0.07 261.14 0.85 0.55
Hex 71 2D EE 35 51 0 7 105 55 37
Octal 161 55 356 65 121 0 7 405 125 67
Binary 1110001 101101 11101110 110101 1010001 0 111 100000101 1010101 110111

Color Harmonies of #712DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DEE

Black with #712DEE

Text Example


Text Example

White with #712DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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