Shades of Dark Violet #730BC5
Tints of Dark Violet #730BC5
RGB
CMYK
RGB Variations
Color information
#730BC5 (or 0x730BC5) is known color: Dark Violet. HEX triplet: 73, 0B and C5. RGB value is (115,11,197). Sum of RGB (Red+Green+Blue) = 115+11+197=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #730BC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BC5 is #8CF43A. Grayscale: #3E3E3E. Windows color (decimal): -9237563 or 12913523. OLE color: 12913523.
HSL color Cylindrical-coordinate representation of color #730BC5: hue angle of 273.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BC5 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 11 | 197 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.23 |
| HSL | 273.55º | 0.89% | 0.41% | - |
| HSV(B) | 273.55º | 0.94% | 0.77% | - |
| XYZ | 17.27 | 7.92 | 53.44 | - |
| YUV | 63.3 | 203.46 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 197 | 0.42 | 0.94 | 0 | 0.23 | 273.55 | 0.89 | 0.41 |
| Hex | 73 | B | C5 | 2A | 5E | 0 | 17 | 112 | 59 | 29 |
| Octal | 163 | 13 | 305 | 52 | 136 | 0 | 27 | 422 | 131 | 51 |
| Binary | 1110011 | 1011 | 11000101 | 101010 | 1011110 | 0 | 10111 | 100010010 | 1011001 | 101001 |
Color Harmonies of #730BC5
Complementary color
Monochromatic Colors of #730BC5
Black with #730BC5
Text Example
Text Example
White with #730BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BC5; }
p { color: rgb(115,11,197); }
H1.HeaderClassName
{
color: #730BC5;
}
.AnyTagClassName
{
color: #730BC5;
}
</style>
background-color css
<style>
a { background-color: #730BC5; }
a { background-color: rgb(115,11,197); }
div.DivClassName
{
background-color: #730BC5;
}
.BgClassName
{
background-color: #730BC5;
}
</style>
border-color css
<style>
span { border-color: #730BC5; }
span { border-color: rgb(115,11,197); }
td.TdClassName
{
border-color: #730BC5;
}
.TagClassName
{
border-color: #730BC5;
}
</style>