Shades of Dark Violet #780ACE
Tints of Dark Violet #780ACE
RGB
CMYK
RGB Variations
Color information
#780ACE (or 0x780ACE) is known color: Dark Violet. HEX triplet: 78, 0A and CE. RGB value is (120,10,206). Sum of RGB (Red+Green+Blue) = 120+10+206=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #780ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ACE is #87F531. Grayscale: #404040. Windows color (decimal): -8910130 or 13503096. OLE color: 13503096.
HSL color Cylindrical-coordinate representation of color #780ACE: hue angle of 273.67º 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 #780ACE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 10 | 206 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.19 |
| HSL | 273.67º | 0.91% | 0.42% | - |
| HSV(B) | 273.67º | 0.95% | 0.81% | - |
| XYZ | 18.99 | 8.67 | 59.06 | - |
| YUV | 65.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 206 | 0.42 | 0.95 | 0 | 0.19 | 273.67 | 0.91 | 0.42 |
| Hex | 78 | A | CE | 2A | 5F | 0 | 13 | 112 | 5B | 2A |
| Octal | 170 | 12 | 316 | 52 | 137 | 0 | 23 | 422 | 133 | 52 |
| Binary | 1111000 | 1010 | 11001110 | 101010 | 1011111 | 0 | 10011 | 100010010 | 1011011 | 101010 |
Color Harmonies of #780ACE
Complementary color
Monochromatic Colors of #780ACE
Black with #780ACE
Text Example
Text Example
White with #780ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780ACE; }
p { color: rgb(120,10,206); }
H1.HeaderClassName
{
color: #780ACE;
}
.AnyTagClassName
{
color: #780ACE;
}
</style>
background-color css
<style>
a { background-color: #780ACE; }
a { background-color: rgb(120,10,206); }
div.DivClassName
{
background-color: #780ACE;
}
.BgClassName
{
background-color: #780ACE;
}
</style>
border-color css
<style>
span { border-color: #780ACE; }
span { border-color: rgb(120,10,206); }
td.TdClassName
{
border-color: #780ACE;
}
.TagClassName
{
border-color: #780ACE;
}
</style>