Shades of Dark Violet #730CCC
Tints of Dark Violet #730CCC
RGB
CMYK
RGB Variations
Color information
#730CCC (or 0x730CCC) is known color: Dark Violet. HEX triplet: 73, 0C and CC. RGB value is (115,12,204). Sum of RGB (Red+Green+Blue) = 115+12+204=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #730CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CCC is #8CF333. Grayscale: #404040. Windows color (decimal): -9237300 or 13372531. OLE color: 13372531.
HSL color Cylindrical-coordinate representation of color #730CCC: hue angle of 272.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CCC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 12 | 204 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.2 |
| HSL | 272.19º | 0.89% | 0.42% | - |
| HSV(B) | 272.19º | 0.94% | 0.8% | - |
| XYZ | 18.1 | 8.27 | 57.77 | - |
| YUV | 64.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 204 | 0.44 | 0.94 | 0 | 0.2 | 272.19 | 0.89 | 0.42 |
| Hex | 73 | C | CC | 2C | 5E | 0 | 14 | 110 | 59 | 2A |
| Octal | 163 | 14 | 314 | 54 | 136 | 0 | 24 | 420 | 131 | 52 |
| Binary | 1110011 | 1100 | 11001100 | 101100 | 1011110 | 0 | 10100 | 100010000 | 1011001 | 101010 |
Color Harmonies of #730CCC
Complementary color
Monochromatic Colors of #730CCC
Black with #730CCC
Text Example
Text Example
White with #730CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CCC; }
p { color: rgb(115,12,204); }
H1.HeaderClassName
{
color: #730CCC;
}
.AnyTagClassName
{
color: #730CCC;
}
</style>
background-color css
<style>
a { background-color: #730CCC; }
a { background-color: rgb(115,12,204); }
div.DivClassName
{
background-color: #730CCC;
}
.BgClassName
{
background-color: #730CCC;
}
</style>
border-color css
<style>
span { border-color: #730CCC; }
span { border-color: rgb(115,12,204); }
td.TdClassName
{
border-color: #730CCC;
}
.TagClassName
{
border-color: #730CCC;
}
</style>