Shades of Dark Violet #730ACE
Tints of Dark Violet #730ACE
RGB
CMYK
RGB Variations
Color information
#730ACE (or 0x730ACE) is known color: Dark Violet. HEX triplet: 73, 0A and CE. RGB value is (115,10,206). Sum of RGB (Red+Green+Blue) = 115+10+206=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #730ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ACE is #8CF531. Grayscale: #3F3F3F. Windows color (decimal): -9237810 or 13503091. OLE color: 13503091.
HSL color Cylindrical-coordinate representation of color #730ACE: hue angle of 272.14º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730ACE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 10 | 206 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.19 |
| HSL | 272.14º | 0.91% | 0.42% | - |
| HSV(B) | 272.14º | 0.95% | 0.81% | - |
| XYZ | 18.32 | 8.32 | 59.03 | - |
| YUV | 63.74 | 208.29 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 206 | 0.44 | 0.95 | 0 | 0.19 | 272.14 | 0.91 | 0.42 |
| Hex | 73 | A | CE | 2C | 5F | 0 | 13 | 110 | 5B | 2A |
| Octal | 163 | 12 | 316 | 54 | 137 | 0 | 23 | 420 | 133 | 52 |
| Binary | 1110011 | 1010 | 11001110 | 101100 | 1011111 | 0 | 10011 | 100010000 | 1011011 | 101010 |
Color Harmonies of #730ACE
Complementary color
Monochromatic Colors of #730ACE
Black with #730ACE
Text Example
Text Example
White with #730ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ACE; }
p { color: rgb(115,10,206); }
H1.HeaderClassName
{
color: #730ACE;
}
.AnyTagClassName
{
color: #730ACE;
}
</style>
background-color css
<style>
a { background-color: #730ACE; }
a { background-color: rgb(115,10,206); }
div.DivClassName
{
background-color: #730ACE;
}
.BgClassName
{
background-color: #730ACE;
}
</style>
border-color css
<style>
span { border-color: #730ACE; }
span { border-color: rgb(115,10,206); }
td.TdClassName
{
border-color: #730ACE;
}
.TagClassName
{
border-color: #730ACE;
}
</style>