Shades of Dark Violet #730CD8
Tints of Dark Violet #730CD8
RGB
CMYK
RGB Variations
Color information
#730CD8 (or 0x730CD8) is known color: Dark Violet. HEX triplet: 73, 0C and D8. RGB value is (115,12,216). Sum of RGB (Red+Green+Blue) = 115+12+216=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #730CD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CD8 is #8CF327. Grayscale: #414141. Windows color (decimal): -9237288 or 14158963. OLE color: 14158963.
HSL color Cylindrical-coordinate representation of color #730CD8: hue angle of 270.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CD8 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 12 | 216 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 270.29º | 0.89% | 0.45% | - |
| HSV(B) | 270.29º | 0.94% | 0.85% | - |
| XYZ | 19.6 | 8.87 | 65.64 | - |
| YUV | 66.05 | 212.62 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 216 | 0.47 | 0.94 | 0 | 0.15 | 270.29 | 0.89 | 0.45 |
| Hex | 73 | C | D8 | 2F | 5E | 0 | F | 10E | 59 | 2D |
| Octal | 163 | 14 | 330 | 57 | 136 | 0 | 17 | 416 | 131 | 55 |
| Binary | 1110011 | 1100 | 11011000 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011001 | 101101 |
Color Harmonies of #730CD8
Complementary color
Monochromatic Colors of #730CD8
Black with #730CD8
Text Example
Text Example
White with #730CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CD8; }
p { color: rgb(115,12,216); }
H1.HeaderClassName
{
color: #730CD8;
}
.AnyTagClassName
{
color: #730CD8;
}
</style>
background-color css
<style>
a { background-color: #730CD8; }
a { background-color: rgb(115,12,216); }
div.DivClassName
{
background-color: #730CD8;
}
.BgClassName
{
background-color: #730CD8;
}
</style>
border-color css
<style>
span { border-color: #730CD8; }
span { border-color: rgb(115,12,216); }
td.TdClassName
{
border-color: #730CD8;
}
.TagClassName
{
border-color: #730CD8;
}
</style>