Shades of Dark Violet #7902DA
Tints of Dark Violet #7902DA
RGB
CMYK
RGB Variations
Color information
#7902DA (or 0x7902DA) is known color: Dark Violet. HEX triplet: 79, 02 and DA. RGB value is (121,2,218). Sum of RGB (Red+Green+Blue) = 121+2+218=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #7902DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7902DA is #86FD25. Grayscale: #3D3D3D. Windows color (decimal): -8846630 or 14287481. OLE color: 14287481.
HSL color Cylindrical-coordinate representation of color #7902DA: hue angle of 273.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902DA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 2 | 218 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.15 |
| HSL | 273.06º | 0.98% | 0.43% | - |
| HSV(B) | 273.06º | 0.99% | 0.85% | - |
| XYZ | 20.56 | 9.17 | 67.02 | - |
| YUV | 62.21 | 215.92 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 218 | 0.44 | 0.99 | 0 | 0.15 | 273.06 | 0.98 | 0.43 |
| Hex | 79 | 2 | DA | 2C | 63 | 0 | F | 111 | 62 | 2B |
| Octal | 171 | 2 | 332 | 54 | 143 | 0 | 17 | 421 | 142 | 53 |
| Binary | 1111001 | 10 | 11011010 | 101100 | 1100011 | 0 | 1111 | 100010001 | 1100010 | 101011 |
Color Harmonies of #7902DA
Complementary color
Monochromatic Colors of #7902DA
Black with #7902DA
Text Example
Text Example
White with #7902DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902DA; }
p { color: rgb(121,2,218); }
H1.HeaderClassName
{
color: #7902DA;
}
.AnyTagClassName
{
color: #7902DA;
}
</style>
background-color css
<style>
a { background-color: #7902DA; }
a { background-color: rgb(121,2,218); }
div.DivClassName
{
background-color: #7902DA;
}
.BgClassName
{
background-color: #7902DA;
}
</style>
border-color css
<style>
span { border-color: #7902DA; }
span { border-color: rgb(121,2,218); }
td.TdClassName
{
border-color: #7902DA;
}
.TagClassName
{
border-color: #7902DA;
}
</style>