Shades of Dark Violet #7209C8
Tints of Dark Violet #7209C8
RGB
CMYK
RGB Variations
Color information
#7209C8 (or 0x7209C8) is known color: Dark Violet. HEX triplet: 72, 09 and C8. RGB value is (114,9,200). Sum of RGB (Red+Green+Blue) = 114+9+200=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 200 (78.52% from 255 or 61.92% from 323); Max value from RGB is 200 - color contains mainly: blue. Hex color #7209C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7209C8 is #8DF637. Grayscale: #3D3D3D. Windows color (decimal): -9303608 or 13109618. OLE color: 13109618.
HSL color Cylindrical-coordinate representation of color #7209C8: hue angle of 272.98º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7209C8 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 9 | 200 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.22 |
| HSL | 272.98º | 0.91% | 0.41% | - |
| HSV(B) | 272.98º | 0.96% | 0.78% | - |
| XYZ | 17.46 | 7.94 | 55.26 | - |
| YUV | 62.17 | 205.79 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 200 | 0.43 | 0.96 | 0 | 0.22 | 272.98 | 0.91 | 0.41 |
| Hex | 72 | 9 | C8 | 2B | 60 | 0 | 16 | 111 | 5B | 29 |
| Octal | 162 | 11 | 310 | 53 | 140 | 0 | 26 | 421 | 133 | 51 |
| Binary | 1110010 | 1001 | 11001000 | 101011 | 1100000 | 0 | 10110 | 100010001 | 1011011 | 101001 |
Color Harmonies of #7209C8
Complementary color
Monochromatic Colors of #7209C8
Black with #7209C8
Text Example
Text Example
White with #7209C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7209C8; }
p { color: rgb(114,9,200); }
H1.HeaderClassName
{
color: #7209C8;
}
.AnyTagClassName
{
color: #7209C8;
}
</style>
background-color css
<style>
a { background-color: #7209C8; }
a { background-color: rgb(114,9,200); }
div.DivClassName
{
background-color: #7209C8;
}
.BgClassName
{
background-color: #7209C8;
}
</style>
border-color css
<style>
span { border-color: #7209C8; }
span { border-color: rgb(114,9,200); }
td.TdClassName
{
border-color: #7209C8;
}
.TagClassName
{
border-color: #7209C8;
}
</style>