Shades of Dark Violet #730DD6
Tints of Dark Violet #730DD6
RGB
CMYK
RGB Variations
Color information
#730DD6 (or 0x730DD6) is known color: Dark Violet. HEX triplet: 73, 0D and D6. RGB value is (115,13,214). Sum of RGB (Red+Green+Blue) = 115+13+214=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #730DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DD6 is #8CF229. Grayscale: #414141. Windows color (decimal): -9237034 or 14028147. OLE color: 14028147.
HSL color Cylindrical-coordinate representation of color #730DD6: hue angle of 270.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DD6 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 13 | 214 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.16 |
| HSL | 270.45º | 0.89% | 0.45% | - |
| HSV(B) | 270.45º | 0.94% | 0.84% | - |
| XYZ | 19.35 | 8.79 | 64.29 | - |
| YUV | 66.41 | 211.29 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 214 | 0.46 | 0.94 | 0 | 0.16 | 270.45 | 0.89 | 0.45 |
| Hex | 73 | D | D6 | 2E | 5E | 0 | 10 | 10E | 59 | 2D |
| Octal | 163 | 15 | 326 | 56 | 136 | 0 | 20 | 416 | 131 | 55 |
| Binary | 1110011 | 1101 | 11010110 | 101110 | 1011110 | 0 | 10000 | 100001110 | 1011001 | 101101 |
Color Harmonies of #730DD6
Complementary color
Monochromatic Colors of #730DD6
Black with #730DD6
Text Example
Text Example
White with #730DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DD6; }
p { color: rgb(115,13,214); }
H1.HeaderClassName
{
color: #730DD6;
}
.AnyTagClassName
{
color: #730DD6;
}
</style>
background-color css
<style>
a { background-color: #730DD6; }
a { background-color: rgb(115,13,214); }
div.DivClassName
{
background-color: #730DD6;
}
.BgClassName
{
background-color: #730DD6;
}
</style>
border-color css
<style>
span { border-color: #730DD6; }
span { border-color: rgb(115,13,214); }
td.TdClassName
{
border-color: #730DD6;
}
.TagClassName
{
border-color: #730DD6;
}
</style>