Shades of Dark Violet #730DCC
Tints of Dark Violet #730DCC
RGB
CMYK
RGB Variations
Color information
#730DCC (or 0x730DCC) is known color: Dark Violet. HEX triplet: 73, 0D and CC. RGB value is (115,13,204). Sum of RGB (Red+Green+Blue) = 115+13+204=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #730DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DCC is #8CF233. Grayscale: #404040. Windows color (decimal): -9237044 or 13372787. OLE color: 13372787.
HSL color Cylindrical-coordinate representation of color #730DCC: hue angle of 272.04º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DCC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 13 | 204 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.2 |
| HSL | 272.04º | 0.88% | 0.43% | - |
| HSV(B) | 272.04º | 0.94% | 0.8% | - |
| XYZ | 18.11 | 8.29 | 57.77 | - |
| YUV | 65.27 | 206.29 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 204 | 0.44 | 0.94 | 0 | 0.2 | 272.04 | 0.88 | 0.43 |
| Hex | 73 | D | CC | 2C | 5E | 0 | 14 | 110 | 58 | 2B |
| Octal | 163 | 15 | 314 | 54 | 136 | 0 | 24 | 420 | 130 | 53 |
| Binary | 1110011 | 1101 | 11001100 | 101100 | 1011110 | 0 | 10100 | 100010000 | 1011000 | 101011 |
Color Harmonies of #730DCC
Complementary color
Monochromatic Colors of #730DCC
Black with #730DCC
Text Example
Text Example
White with #730DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DCC; }
p { color: rgb(115,13,204); }
H1.HeaderClassName
{
color: #730DCC;
}
.AnyTagClassName
{
color: #730DCC;
}
</style>
background-color css
<style>
a { background-color: #730DCC; }
a { background-color: rgb(115,13,204); }
div.DivClassName
{
background-color: #730DCC;
}
.BgClassName
{
background-color: #730DCC;
}
</style>
border-color css
<style>
span { border-color: #730DCC; }
span { border-color: rgb(115,13,204); }
td.TdClassName
{
border-color: #730DCC;
}
.TagClassName
{
border-color: #730DCC;
}
</style>