Shades of Dark Violet #730CC9
Tints of Dark Violet #730CC9
RGB
CMYK
RGB Variations
Color information
#730CC9 (or 0x730CC9) is known color: Dark Violet. HEX triplet: 73, 0C and C9. RGB value is (115,12,201). Sum of RGB (Red+Green+Blue) = 115+12+201=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #730CC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CC9 is #8CF336. Grayscale: #3F3F3F. Windows color (decimal): -9237303 or 13175923. OLE color: 13175923.
HSL color Cylindrical-coordinate representation of color #730CC9: hue angle of 272.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CC9 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 12 | 201 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.21 |
| HSL | 272.7º | 0.89% | 0.42% | - |
| HSV(B) | 272.7º | 0.94% | 0.79% | - |
| XYZ | 17.74 | 8.12 | 55.89 | - |
| YUV | 64.34 | 205.12 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 201 | 0.43 | 0.94 | 0 | 0.21 | 272.7 | 0.89 | 0.42 |
| Hex | 73 | C | C9 | 2B | 5E | 0 | 15 | 111 | 59 | 2A |
| Octal | 163 | 14 | 311 | 53 | 136 | 0 | 25 | 421 | 131 | 52 |
| Binary | 1110011 | 1100 | 11001001 | 101011 | 1011110 | 0 | 10101 | 100010001 | 1011001 | 101010 |
Color Harmonies of #730CC9
Complementary color
Monochromatic Colors of #730CC9
Black with #730CC9
Text Example
Text Example
White with #730CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CC9; }
p { color: rgb(115,12,201); }
H1.HeaderClassName
{
color: #730CC9;
}
.AnyTagClassName
{
color: #730CC9;
}
</style>
background-color css
<style>
a { background-color: #730CC9; }
a { background-color: rgb(115,12,201); }
div.DivClassName
{
background-color: #730CC9;
}
.BgClassName
{
background-color: #730CC9;
}
</style>
border-color css
<style>
span { border-color: #730CC9; }
span { border-color: rgb(115,12,201); }
td.TdClassName
{
border-color: #730CC9;
}
.TagClassName
{
border-color: #730CC9;
}
</style>