Shades of Blue Violet #712CE0
Tints of Blue Violet #712CE0
RGB
CMYK
RGB Variations
Color information
#712CE0 (or 0x712CE0) is known color: Blue Violet. HEX triplet: 71, 2C and E0. RGB value is (113,44,224). Sum of RGB (Red+Green+Blue) = 113+44+224=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #712CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CE0 is #8ED31F. Grayscale: #545454. Windows color (decimal): -9360160 or 14691441. OLE color: 14691441.
HSL color Cylindrical-coordinate representation of color #712CE0: hue angle of 263º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712CE0 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 44 | 224 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.12 |
| HSL | 263º | 0.74% | 0.53% | - |
| HSV(B) | 263º | 0.8% | 0.88% | - |
| XYZ | 21.17 | 10.69 | 71.47 | - |
| YUV | 85.15 | 206.36 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 224 | 0.50 | 0.80 | 0 | 0.12 | 263 | 0.74 | 0.53 |
| Hex | 71 | 2C | E0 | 32 | 50 | 0 | C | 107 | 4A | 35 |
| Octal | 161 | 54 | 340 | 62 | 120 | 0 | 14 | 407 | 112 | 65 |
| Binary | 1110001 | 101100 | 11100000 | 110010 | 1010000 | 0 | 1100 | 100000111 | 1001010 | 110101 |
Color Harmonies of #712CE0
Complementary color
Monochromatic Colors of #712CE0
Black with #712CE0
Text Example
Text Example
White with #712CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CE0; }
p { color: rgb(113,44,224); }
H1.HeaderClassName
{
color: #712CE0;
}
.AnyTagClassName
{
color: #712CE0;
}
</style>
background-color css
<style>
a { background-color: #712CE0; }
a { background-color: rgb(113,44,224); }
div.DivClassName
{
background-color: #712CE0;
}
.BgClassName
{
background-color: #712CE0;
}
</style>
border-color css
<style>
span { border-color: #712CE0; }
span { border-color: rgb(113,44,224); }
td.TdClassName
{
border-color: #712CE0;
}
.TagClassName
{
border-color: #712CE0;
}
</style>