Shades of Dark Violet #7807CC
Tints of Dark Violet #7807CC
RGB
CMYK
RGB Variations
Color information
#7807CC (or 0x7807CC) is known color: Dark Violet. HEX triplet: 78, 07 and CC. RGB value is (120,7,204). Sum of RGB (Red+Green+Blue) = 120+7+204=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #7807CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7807CC is #87F833. Grayscale: #3E3E3E. Windows color (decimal): -8910900 or 13371256. OLE color: 13371256.
HSL color Cylindrical-coordinate representation of color #7807CC: hue angle of 274.42º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7807CC is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 7 | 204 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.2 |
| HSL | 274.42º | 0.93% | 0.41% | - |
| HSV(B) | 274.42º | 0.97% | 0.8% | - |
| XYZ | 18.72 | 8.5 | 57.78 | - |
| YUV | 63.25 | 207.44 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 204 | 0.41 | 0.97 | 0 | 0.2 | 274.42 | 0.93 | 0.41 |
| Hex | 78 | 7 | CC | 29 | 61 | 0 | 14 | 112 | 5D | 29 |
| Octal | 170 | 7 | 314 | 51 | 141 | 0 | 24 | 422 | 135 | 51 |
| Binary | 1111000 | 111 | 11001100 | 101001 | 1100001 | 0 | 10100 | 100010010 | 1011101 | 101001 |
Color Harmonies of #7807CC
Complementary color
Monochromatic Colors of #7807CC
Black with #7807CC
Text Example
Text Example
White with #7807CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7807CC; }
p { color: rgb(120,7,204); }
H1.HeaderClassName
{
color: #7807CC;
}
.AnyTagClassName
{
color: #7807CC;
}
</style>
background-color css
<style>
a { background-color: #7807CC; }
a { background-color: rgb(120,7,204); }
div.DivClassName
{
background-color: #7807CC;
}
.BgClassName
{
background-color: #7807CC;
}
</style>
border-color css
<style>
span { border-color: #7807CC; }
span { border-color: rgb(120,7,204); }
td.TdClassName
{
border-color: #7807CC;
}
.TagClassName
{
border-color: #7807CC;
}
</style>