Shades of Dark Violet #7904CA
Tints of Dark Violet #7904CA
RGB
CMYK
RGB Variations
Color information
#7904CA (or 0x7904CA) is known color: Dark Violet. HEX triplet: 79, 04 and CA. RGB value is (121,4,202). Sum of RGB (Red+Green+Blue) = 121+4+202=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #7904CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7904CA is #86FB35. Grayscale: #3C3C3C. Windows color (decimal): -8846134 or 13239417. OLE color: 13239417.
HSL color Cylindrical-coordinate representation of color #7904CA: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7904CA is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 4 | 202 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.21 |
| HSL | 275.45º | 0.96% | 0.4% | - |
| HSV(B) | 275.45º | 0.98% | 0.79% | - |
| XYZ | 18.59 | 8.42 | 56.52 | - |
| YUV | 61.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 202 | 0.40 | 0.98 | 0 | 0.21 | 275.45 | 0.96 | 0.4 |
| Hex | 79 | 4 | CA | 28 | 62 | 0 | 15 | 113 | 60 | 28 |
| Octal | 171 | 4 | 312 | 50 | 142 | 0 | 25 | 423 | 140 | 50 |
| Binary | 1111001 | 100 | 11001010 | 101000 | 1100010 | 0 | 10101 | 100010011 | 1100000 | 101000 |
Color Harmonies of #7904CA
Complementary color
Monochromatic Colors of #7904CA
Black with #7904CA
Text Example
Text Example
White with #7904CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7904CA; }
p { color: rgb(121,4,202); }
H1.HeaderClassName
{
color: #7904CA;
}
.AnyTagClassName
{
color: #7904CA;
}
</style>
background-color css
<style>
a { background-color: #7904CA; }
a { background-color: rgb(121,4,202); }
div.DivClassName
{
background-color: #7904CA;
}
.BgClassName
{
background-color: #7904CA;
}
</style>
border-color css
<style>
span { border-color: #7904CA; }
span { border-color: rgb(121,4,202); }
td.TdClassName
{
border-color: #7904CA;
}
.TagClassName
{
border-color: #7904CA;
}
</style>