Shades of Dark Violet #7802C2
Tints of Dark Violet #7802C2
RGB
CMYK
RGB Variations
Color information
#7802C2 (or 0x7802C2) is known color: Dark Violet. HEX triplet: 78, 02 and C2. RGB value is (120,2,194). Sum of RGB (Red+Green+Blue) = 120+2+194=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 194 (76.17% from 255 or 61.39% from 316); Max value from RGB is 194 - color contains mainly: blue. Hex color #7802C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802C2 is #87FD3D. Grayscale: #3A3A3A. Windows color (decimal): -8912190 or 12714616. OLE color: 12714616.
HSL color Cylindrical-coordinate representation of color #7802C2: hue angle of 276.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802C2 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 2 | 194 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.24 |
| HSL | 276.88º | 0.98% | 0.38% | - |
| HSV(B) | 276.88º | 0.99% | 0.76% | - |
| XYZ | 17.51 | 7.93 | 51.65 | - |
| YUV | 59.17 | 204.09 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 194 | 0.38 | 0.99 | 0 | 0.24 | 276.88 | 0.98 | 0.38 |
| Hex | 78 | 2 | C2 | 26 | 63 | 0 | 18 | 115 | 62 | 26 |
| Octal | 170 | 2 | 302 | 46 | 143 | 0 | 30 | 425 | 142 | 46 |
| Binary | 1111000 | 10 | 11000010 | 100110 | 1100011 | 0 | 11000 | 100010101 | 1100010 | 100110 |
Color Harmonies of #7802C2
Complementary color
Monochromatic Colors of #7802C2
Black with #7802C2
Text Example
Text Example
White with #7802C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802C2; }
p { color: rgb(120,2,194); }
H1.HeaderClassName
{
color: #7802C2;
}
.AnyTagClassName
{
color: #7802C2;
}
</style>
background-color css
<style>
a { background-color: #7802C2; }
a { background-color: rgb(120,2,194); }
div.DivClassName
{
background-color: #7802C2;
}
.BgClassName
{
background-color: #7802C2;
}
</style>
border-color css
<style>
span { border-color: #7802C2; }
span { border-color: rgb(120,2,194); }
td.TdClassName
{
border-color: #7802C2;
}
.TagClassName
{
border-color: #7802C2;
}
</style>