Shades of Dark Violet #7807CA
Tints of Dark Violet #7807CA
RGB
CMYK
RGB Variations
Color information
#7807CA (or 0x7807CA) is known color: Dark Violet. HEX triplet: 78, 07 and CA. RGB value is (120,7,202). Sum of RGB (Red+Green+Blue) = 120+7+202=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #7807CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7807CA is #87F835. Grayscale: #3E3E3E. Windows color (decimal): -8910902 or 13240184. OLE color: 13240184.
HSL color Cylindrical-coordinate representation of color #7807CA: hue angle of 274.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7807CA is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 7 | 202 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.21 |
| HSL | 274.77º | 0.93% | 0.41% | - |
| HSV(B) | 274.77º | 0.97% | 0.79% | - |
| XYZ | 18.48 | 8.41 | 56.53 | - |
| YUV | 63.02 | 206.44 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 202 | 0.41 | 0.97 | 0 | 0.21 | 274.77 | 0.93 | 0.41 |
| Hex | 78 | 7 | CA | 29 | 61 | 0 | 15 | 113 | 5D | 29 |
| Octal | 170 | 7 | 312 | 51 | 141 | 0 | 25 | 423 | 135 | 51 |
| Binary | 1111000 | 111 | 11001010 | 101001 | 1100001 | 0 | 10101 | 100010011 | 1011101 | 101001 |
Color Harmonies of #7807CA
Complementary color
Monochromatic Colors of #7807CA
Black with #7807CA
Text Example
Text Example
White with #7807CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7807CA; }
p { color: rgb(120,7,202); }
H1.HeaderClassName
{
color: #7807CA;
}
.AnyTagClassName
{
color: #7807CA;
}
</style>
background-color css
<style>
a { background-color: #7807CA; }
a { background-color: rgb(120,7,202); }
div.DivClassName
{
background-color: #7807CA;
}
.BgClassName
{
background-color: #7807CA;
}
</style>
border-color css
<style>
span { border-color: #7807CA; }
span { border-color: rgb(120,7,202); }
td.TdClassName
{
border-color: #7807CA;
}
.TagClassName
{
border-color: #7807CA;
}
</style>