Shades of Dark Violet #7801C2
Tints of Dark Violet #7801C2
RGB
CMYK
RGB Variations
Color information
#7801C2 (or 0x7801C2) is known color: Dark Violet. HEX triplet: 78, 01 and C2. RGB value is (120,1,194). Sum of RGB (Red+Green+Blue) = 120+1+194=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #7801C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801C2 is #87FE3D. Grayscale: #393939. Windows color (decimal): -8912446 or 12714360. OLE color: 12714360.
HSL color Cylindrical-coordinate representation of color #7801C2: hue angle of 276.99º degrees, saturation: 0.99, 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 #7801C2 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 1 | 194 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.24 |
| HSL | 276.99º | 0.99% | 0.38% | - |
| HSV(B) | 276.99º | 0.99% | 0.76% | - |
| XYZ | 17.49 | 7.91 | 51.64 | - |
| YUV | 58.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 194 | 0.38 | 0.99 | 0 | 0.24 | 276.99 | 0.99 | 0.38 |
| Hex | 78 | 1 | C2 | 26 | 63 | 0 | 18 | 115 | 63 | 26 |
| Octal | 170 | 1 | 302 | 46 | 143 | 0 | 30 | 425 | 143 | 46 |
| Binary | 1111000 | 1 | 11000010 | 100110 | 1100011 | 0 | 11000 | 100010101 | 1100011 | 100110 |
Color Harmonies of #7801C2
Complementary color
Monochromatic Colors of #7801C2
Black with #7801C2
Text Example
Text Example
White with #7801C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7801C2; }
p { color: rgb(120,1,194); }
H1.HeaderClassName
{
color: #7801C2;
}
.AnyTagClassName
{
color: #7801C2;
}
</style>
background-color css
<style>
a { background-color: #7801C2; }
a { background-color: rgb(120,1,194); }
div.DivClassName
{
background-color: #7801C2;
}
.BgClassName
{
background-color: #7801C2;
}
</style>
border-color css
<style>
span { border-color: #7801C2; }
span { border-color: rgb(120,1,194); }
td.TdClassName
{
border-color: #7801C2;
}
.TagClassName
{
border-color: #7801C2;
}
</style>