Shades of Dark Violet #730BCC
Tints of Dark Violet #730BCC
RGB
CMYK
RGB Variations
Color information
#730BCC (or 0x730BCC) is known color: Dark Violet. HEX triplet: 73, 0B and CC. RGB value is (115,11,204). Sum of RGB (Red+Green+Blue) = 115+11+204=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #730BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BCC is #8CF433. Grayscale: #3F3F3F. Windows color (decimal): -9237556 or 13372275. OLE color: 13372275.
HSL color Cylindrical-coordinate representation of color #730BCC: hue angle of 272.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BCC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 11 | 204 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.2 |
| HSL | 272.33º | 0.9% | 0.42% | - |
| HSV(B) | 272.33º | 0.95% | 0.8% | - |
| XYZ | 18.09 | 8.24 | 57.76 | - |
| YUV | 64.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 204 | 0.44 | 0.95 | 0 | 0.2 | 272.33 | 0.9 | 0.42 |
| Hex | 73 | B | CC | 2C | 5F | 0 | 14 | 110 | 5A | 2A |
| Octal | 163 | 13 | 314 | 54 | 137 | 0 | 24 | 420 | 132 | 52 |
| Binary | 1110011 | 1011 | 11001100 | 101100 | 1011111 | 0 | 10100 | 100010000 | 1011010 | 101010 |
Color Harmonies of #730BCC
Complementary color
Monochromatic Colors of #730BCC
Black with #730BCC
Text Example
Text Example
White with #730BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BCC; }
p { color: rgb(115,11,204); }
H1.HeaderClassName
{
color: #730BCC;
}
.AnyTagClassName
{
color: #730BCC;
}
</style>
background-color css
<style>
a { background-color: #730BCC; }
a { background-color: rgb(115,11,204); }
div.DivClassName
{
background-color: #730BCC;
}
.BgClassName
{
background-color: #730BCC;
}
</style>
border-color css
<style>
span { border-color: #730BCC; }
span { border-color: rgb(115,11,204); }
td.TdClassName
{
border-color: #730BCC;
}
.TagClassName
{
border-color: #730BCC;
}
</style>