Shades of Dark Violet #7810CE
Tints of Dark Violet #7810CE
RGB
CMYK
RGB Variations
Color information
#7810CE (or 0x7810CE) is known color: Dark Violet. HEX triplet: 78, 10 and CE. RGB value is (120,16,206). Sum of RGB (Red+Green+Blue) = 120+16+206=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #7810CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7810CE is #87EF31. Grayscale: #444444. Windows color (decimal): -8908594 or 13504632. OLE color: 13504632.
HSL color Cylindrical-coordinate representation of color #7810CE: hue angle of 272.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7810CE is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 16 | 206 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.19 |
| HSL | 272.84º | 0.86% | 0.44% | - |
| HSV(B) | 272.84º | 0.92% | 0.81% | - |
| XYZ | 19.07 | 8.82 | 59.09 | - |
| YUV | 68.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 206 | 0.42 | 0.92 | 0 | 0.19 | 272.84 | 0.86 | 0.44 |
| Hex | 78 | 10 | CE | 2A | 5C | 0 | 13 | 111 | 56 | 2C |
| Octal | 170 | 20 | 316 | 52 | 134 | 0 | 23 | 421 | 126 | 54 |
| Binary | 1111000 | 10000 | 11001110 | 101010 | 1011100 | 0 | 10011 | 100010001 | 1010110 | 101100 |
Color Harmonies of #7810CE
Complementary color
Monochromatic Colors of #7810CE
Black with #7810CE
Text Example
Text Example
White with #7810CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7810CE; }
p { color: rgb(120,16,206); }
H1.HeaderClassName
{
color: #7810CE;
}
.AnyTagClassName
{
color: #7810CE;
}
</style>
background-color css
<style>
a { background-color: #7810CE; }
a { background-color: rgb(120,16,206); }
div.DivClassName
{
background-color: #7810CE;
}
.BgClassName
{
background-color: #7810CE;
}
</style>
border-color css
<style>
span { border-color: #7810CE; }
span { border-color: rgb(120,16,206); }
td.TdClassName
{
border-color: #7810CE;
}
.TagClassName
{
border-color: #7810CE;
}
</style>