#712DE5

Color #712DE5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #712DE5

Tints of Blue Violet #712DE5

Color information

#712DE5 (or 0x712DE5) is unknown color: approx Blue Violet. HEX triplet: 71, 2D and E5. RGB value is (113,45,229). Sum of RGB (Red+Green+Blue) = 113+45+229=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #712DE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DE5 is #8ED21A. Grayscale: #555555. Windows color (decimal): -9359899 or 15019377. OLE color: 15019377.

HSL color Cylindrical-coordinate representation of color #712DE5: hue angle of 262.17º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712DE5 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11345229-
CMYK0.510.8000.10
HSL262.17º77.97%53.73%-
HSV(B)262.17º80.35%89.8%-
XYZ21.8911.0475.11-
YUV86.31208.53147.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 45 (17.97% from 255) = 11.63%
BLUE value IS 229 (89.84% from 255) = 59.17%
R=29.20%
G=11.63%
B=59.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal113452290.510.8000.10262.1777.9753.73
Hex712DE533500A1064e36
Octal161553456312001240611666
Binary1110001101101111001011100111010000010101000001101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #712DE5;
 }
 .AnyTagClassName
 {
   color: #712DE5;
 }
</style>
background-color css

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

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

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

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

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

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