Shades of Dark Violet #7800CE
Tints of Dark Violet #7800CE
RGB
CMYK
RGB Variations
Color information
#7800CE (or 0x7800CE) is known color: Dark Violet. HEX triplet: 78, 00 and CE. RGB value is (120,0,206). Sum of RGB (Red+Green+Blue) = 120+0+206=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #7800CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800CE is #87FF31. Grayscale: #3A3A3A. Windows color (decimal): -8912690 or 13500536. OLE color: 13500536.
HSL color Cylindrical-coordinate representation of color #7800CE: hue angle of 274.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800CE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 0 | 206 | - |
| CMYK | 0.42 | 1 | 0 | 0.19 |
| HSL | 274.95º | 1% | 0.4% | - |
| HSV(B) | 274.95º | 1% | 0.81% | - |
| XYZ | 18.89 | 8.45 | 59.03 | - |
| YUV | 59.36 | 210.76 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 206 | 0.42 | 1 | 0 | 0.19 | 274.95 | 1 | 0.4 |
| Hex | 78 | 0 | CE | 2A | 64 | 0 | 13 | 113 | 64 | 28 |
| Octal | 170 | 0 | 316 | 52 | 144 | 0 | 23 | 423 | 144 | 50 |
| Binary | 1111000 | 0 | 11001110 | 101010 | 1100100 | 0 | 10011 | 100010011 | 1100100 | 101000 |
Color Harmonies of #7800CE
Complementary color
Monochromatic Colors of #7800CE
Black with #7800CE
Text Example
Text Example
White with #7800CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7800CE; }
p { color: rgb(120,0,206); }
H1.HeaderClassName
{
color: #7800CE;
}
.AnyTagClassName
{
color: #7800CE;
}
</style>
background-color css
<style>
a { background-color: #7800CE; }
a { background-color: rgb(120,0,206); }
div.DivClassName
{
background-color: #7800CE;
}
.BgClassName
{
background-color: #7800CE;
}
</style>
border-color css
<style>
span { border-color: #7800CE; }
span { border-color: rgb(120,0,206); }
td.TdClassName
{
border-color: #7800CE;
}
.TagClassName
{
border-color: #7800CE;
}
</style>