Shades of Dark Violet #730BD8
Tints of Dark Violet #730BD8
RGB
CMYK
RGB Variations
Color information
#730BD8 (or 0x730BD8) is known color: Dark Violet. HEX triplet: 73, 0B and D8. RGB value is (115,11,216). Sum of RGB (Red+Green+Blue) = 115+11+216=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #730BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BD8 is #8CF427. Grayscale: #404040. Windows color (decimal): -9237544 or 14158707. OLE color: 14158707.
HSL color Cylindrical-coordinate representation of color #730BD8: hue angle of 270.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BD8 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 11 | 216 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.15 |
| HSL | 270.44º | 0.9% | 0.45% | - |
| HSV(B) | 270.44º | 0.95% | 0.85% | - |
| XYZ | 19.58 | 8.84 | 65.64 | - |
| YUV | 65.47 | 212.96 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 216 | 0.47 | 0.95 | 0 | 0.15 | 270.44 | 0.9 | 0.45 |
| Hex | 73 | B | D8 | 2F | 5F | 0 | F | 10E | 5A | 2D |
| Octal | 163 | 13 | 330 | 57 | 137 | 0 | 17 | 416 | 132 | 55 |
| Binary | 1110011 | 1011 | 11011000 | 101111 | 1011111 | 0 | 1111 | 100001110 | 1011010 | 101101 |
Color Harmonies of #730BD8
Complementary color
Monochromatic Colors of #730BD8
Black with #730BD8
Text Example
Text Example
White with #730BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BD8; }
p { color: rgb(115,11,216); }
H1.HeaderClassName
{
color: #730BD8;
}
.AnyTagClassName
{
color: #730BD8;
}
</style>
background-color css
<style>
a { background-color: #730BD8; }
a { background-color: rgb(115,11,216); }
div.DivClassName
{
background-color: #730BD8;
}
.BgClassName
{
background-color: #730BD8;
}
</style>
border-color css
<style>
span { border-color: #730BD8; }
span { border-color: rgb(115,11,216); }
td.TdClassName
{
border-color: #730BD8;
}
.TagClassName
{
border-color: #730BD8;
}
</style>