Shades of Dark Violet #7800CC
Tints of Dark Violet #7800CC
RGB
CMYK
RGB Variations
Color information
#7800CC (or 0x7800CC) is known color: Dark Violet. HEX triplet: 78, 00 and CC. RGB value is (120,0,204). Sum of RGB (Red+Green+Blue) = 120+0+204=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #7800CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800CC is #87FF33. Grayscale: #3A3A3A. Windows color (decimal): -8912692 or 13369464. OLE color: 13369464.
HSL color Cylindrical-coordinate representation of color #7800CC: hue angle of 275.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800CC is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 0 | 204 | - |
| CMYK | 0.41 | 1 | 0 | 0.2 |
| HSL | 275.29º | 1% | 0.4% | - |
| HSV(B) | 275.29º | 1% | 0.8% | - |
| XYZ | 18.64 | 8.35 | 57.76 | - |
| YUV | 59.14 | 209.76 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 204 | 0.41 | 1 | 0 | 0.2 | 275.29 | 1 | 0.4 |
| Hex | 78 | 0 | CC | 29 | 64 | 0 | 14 | 113 | 64 | 28 |
| Octal | 170 | 0 | 314 | 51 | 144 | 0 | 24 | 423 | 144 | 50 |
| Binary | 1111000 | 0 | 11001100 | 101001 | 1100100 | 0 | 10100 | 100010011 | 1100100 | 101000 |
Color Harmonies of #7800CC
Complementary color
Monochromatic Colors of #7800CC
Black with #7800CC
Text Example
Text Example
White with #7800CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7800CC; }
p { color: rgb(120,0,204); }
H1.HeaderClassName
{
color: #7800CC;
}
.AnyTagClassName
{
color: #7800CC;
}
</style>
background-color css
<style>
a { background-color: #7800CC; }
a { background-color: rgb(120,0,204); }
div.DivClassName
{
background-color: #7800CC;
}
.BgClassName
{
background-color: #7800CC;
}
</style>
border-color css
<style>
span { border-color: #7800CC; }
span { border-color: rgb(120,0,204); }
td.TdClassName
{
border-color: #7800CC;
}
.TagClassName
{
border-color: #7800CC;
}
</style>