Shades of Dark Violet #7204CE
Tints of Dark Violet #7204CE
RGB
CMYK
RGB Variations
Color information
#7204CE (or 0x7204CE) is known color: Dark Violet. HEX triplet: 72, 04 and CE. RGB value is (114,4,206). Sum of RGB (Red+Green+Blue) = 114+4+206=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #7204CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7204CE is #8DFB31. Grayscale: #3B3B3B. Windows color (decimal): -9304882 or 13501554. OLE color: 13501554.
HSL color Cylindrical-coordinate representation of color #7204CE: hue angle of 272.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7204CE is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 4 | 206 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.19 |
| HSL | 272.67º | 0.96% | 0.41% | - |
| HSV(B) | 272.67º | 0.98% | 0.81% | - |
| XYZ | 18.12 | 8.12 | 59 | - |
| YUV | 59.92 | 210.44 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 206 | 0.45 | 0.98 | 0 | 0.19 | 272.67 | 0.96 | 0.41 |
| Hex | 72 | 4 | CE | 2D | 62 | 0 | 13 | 111 | 60 | 29 |
| Octal | 162 | 4 | 316 | 55 | 142 | 0 | 23 | 421 | 140 | 51 |
| Binary | 1110010 | 100 | 11001110 | 101101 | 1100010 | 0 | 10011 | 100010001 | 1100000 | 101001 |
Color Harmonies of #7204CE
Complementary color
Monochromatic Colors of #7204CE
Black with #7204CE
Text Example
Text Example
White with #7204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7204CE; }
p { color: rgb(114,4,206); }
H1.HeaderClassName
{
color: #7204CE;
}
.AnyTagClassName
{
color: #7204CE;
}
</style>
background-color css
<style>
a { background-color: #7204CE; }
a { background-color: rgb(114,4,206); }
div.DivClassName
{
background-color: #7204CE;
}
.BgClassName
{
background-color: #7204CE;
}
</style>
border-color css
<style>
span { border-color: #7204CE; }
span { border-color: rgb(114,4,206); }
td.TdClassName
{
border-color: #7204CE;
}
.TagClassName
{
border-color: #7204CE;
}
</style>