Shades of Dark Violet #7200CF
Tints of Dark Violet #7200CF
RGB
CMYK
RGB Variations
Color information
#7200CF (or 0x7200CF) is known color: Dark Violet. HEX triplet: 72, 00 and CF. RGB value is (114,0,207). Sum of RGB (Red+Green+Blue) = 114+0+207=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #7200CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200CF is #8DFF30. Grayscale: #383838. Windows color (decimal): -9305905 or 13566066. OLE color: 13566066.
HSL color Cylindrical-coordinate representation of color #7200CF: hue angle of 273.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200CF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 0 | 207 | - |
| CMYK | 0.45 | 1 | 0 | 0.19 |
| HSL | 273.04º | 1% | 0.41% | - |
| HSV(B) | 273.04º | 1% | 0.81% | - |
| XYZ | 18.2 | 8.08 | 59.63 | - |
| YUV | 57.68 | 212.27 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 207 | 0.45 | 1 | 0 | 0.19 | 273.04 | 1 | 0.41 |
| Hex | 72 | 0 | CF | 2D | 64 | 0 | 13 | 111 | 64 | 29 |
| Octal | 162 | 0 | 317 | 55 | 144 | 0 | 23 | 421 | 144 | 51 |
| Binary | 1110010 | 0 | 11001111 | 101101 | 1100100 | 0 | 10011 | 100010001 | 1100100 | 101001 |
Color Harmonies of #7200CF
Complementary color
Monochromatic Colors of #7200CF
Black with #7200CF
Text Example
Text Example
White with #7200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200CF; }
p { color: rgb(114,0,207); }
H1.HeaderClassName
{
color: #7200CF;
}
.AnyTagClassName
{
color: #7200CF;
}
</style>
background-color css
<style>
a { background-color: #7200CF; }
a { background-color: rgb(114,0,207); }
div.DivClassName
{
background-color: #7200CF;
}
.BgClassName
{
background-color: #7200CF;
}
</style>
border-color css
<style>
span { border-color: #7200CF; }
span { border-color: rgb(114,0,207); }
td.TdClassName
{
border-color: #7200CF;
}
.TagClassName
{
border-color: #7200CF;
}
</style>