Shades of Dark Violet #7202CF
Tints of Dark Violet #7202CF
RGB
CMYK
RGB Variations
Color information
#7202CF (or 0x7202CF) is known color: Dark Violet. HEX triplet: 72, 02 and CF. RGB value is (114,2,207). Sum of RGB (Red+Green+Blue) = 114+2+207=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #7202CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202CF is #8DFD30. Grayscale: #3A3A3A. Windows color (decimal): -9305393 or 13566578. OLE color: 13566578.
HSL color Cylindrical-coordinate representation of color #7202CF: hue angle of 272.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202CF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 2 | 207 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.19 |
| HSL | 272.78º | 0.98% | 0.41% | - |
| HSV(B) | 272.78º | 0.99% | 0.81% | - |
| XYZ | 18.22 | 8.13 | 59.64 | - |
| YUV | 58.86 | 211.61 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 207 | 0.45 | 0.99 | 0 | 0.19 | 272.78 | 0.98 | 0.41 |
| Hex | 72 | 2 | CF | 2D | 63 | 0 | 13 | 111 | 62 | 29 |
| Octal | 162 | 2 | 317 | 55 | 143 | 0 | 23 | 421 | 142 | 51 |
| Binary | 1110010 | 10 | 11001111 | 101101 | 1100011 | 0 | 10011 | 100010001 | 1100010 | 101001 |
Color Harmonies of #7202CF
Complementary color
Monochromatic Colors of #7202CF
Black with #7202CF
Text Example
Text Example
White with #7202CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202CF; }
p { color: rgb(114,2,207); }
H1.HeaderClassName
{
color: #7202CF;
}
.AnyTagClassName
{
color: #7202CF;
}
</style>
background-color css
<style>
a { background-color: #7202CF; }
a { background-color: rgb(114,2,207); }
div.DivClassName
{
background-color: #7202CF;
}
.BgClassName
{
background-color: #7202CF;
}
</style>
border-color css
<style>
span { border-color: #7202CF; }
span { border-color: rgb(114,2,207); }
td.TdClassName
{
border-color: #7202CF;
}
.TagClassName
{
border-color: #7202CF;
}
</style>