Shades of Dark Violet #7802C0
Tints of Dark Violet #7802C0
RGB
CMYK
RGB Variations
Color information
#7802C0 (or 0x7802C0) is known color: Dark Violet. HEX triplet: 78, 02 and C0. RGB value is (120,2,192). Sum of RGB (Red+Green+Blue) = 120+2+192=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #7802C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802C0 is #87FD3F. Grayscale: #3A3A3A. Windows color (decimal): -8912192 or 12583544. OLE color: 12583544.
HSL color Cylindrical-coordinate representation of color #7802C0: hue angle of 277.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802C0 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 2 | 192 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.25 |
| HSL | 277.26º | 0.98% | 0.38% | - |
| HSV(B) | 277.26º | 0.99% | 0.75% | - |
| XYZ | 17.28 | 7.84 | 50.47 | - |
| YUV | 58.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 192 | 0.38 | 0.99 | 0 | 0.25 | 277.26 | 0.98 | 0.38 |
| Hex | 78 | 2 | C0 | 26 | 63 | 0 | 19 | 115 | 62 | 26 |
| Octal | 170 | 2 | 300 | 46 | 143 | 0 | 31 | 425 | 142 | 46 |
| Binary | 1111000 | 10 | 11000000 | 100110 | 1100011 | 0 | 11001 | 100010101 | 1100010 | 100110 |
Color Harmonies of #7802C0
Complementary color
Monochromatic Colors of #7802C0
Black with #7802C0
Text Example
Text Example
White with #7802C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802C0; }
p { color: rgb(120,2,192); }
H1.HeaderClassName
{
color: #7802C0;
}
.AnyTagClassName
{
color: #7802C0;
}
</style>
background-color css
<style>
a { background-color: #7802C0; }
a { background-color: rgb(120,2,192); }
div.DivClassName
{
background-color: #7802C0;
}
.BgClassName
{
background-color: #7802C0;
}
</style>
border-color css
<style>
span { border-color: #7802C0; }
span { border-color: rgb(120,2,192); }
td.TdClassName
{
border-color: #7802C0;
}
.TagClassName
{
border-color: #7802C0;
}
</style>