Shades of Dark Violet #7905C2
Tints of Dark Violet #7905C2
RGB
CMYK
RGB Variations
Color information
#7905C2 (or 0x7905C2) is known color: Dark Violet. HEX triplet: 79, 05 and C2. RGB value is (121,5,194). Sum of RGB (Red+Green+Blue) = 121+5+194=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #7905C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7905C2 is #86FA3D. Grayscale: #3C3C3C. Windows color (decimal): -8845886 or 12715385. OLE color: 12715385.
HSL color Cylindrical-coordinate representation of color #7905C2: hue angle of 276.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7905C2 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 5 | 194 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.24 |
| HSL | 276.83º | 0.95% | 0.39% | - |
| HSV(B) | 276.83º | 0.97% | 0.76% | - |
| XYZ | 17.68 | 8.07 | 51.66 | - |
| YUV | 61.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 194 | 0.38 | 0.97 | 0 | 0.24 | 276.83 | 0.95 | 0.39 |
| Hex | 79 | 5 | C2 | 26 | 61 | 0 | 18 | 115 | 5F | 27 |
| Octal | 171 | 5 | 302 | 46 | 141 | 0 | 30 | 425 | 137 | 47 |
| Binary | 1111001 | 101 | 11000010 | 100110 | 1100001 | 0 | 11000 | 100010101 | 1011111 | 100111 |
Color Harmonies of #7905C2
Complementary color
Monochromatic Colors of #7905C2
Black with #7905C2
Text Example
Text Example
White with #7905C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7905C2; }
p { color: rgb(121,5,194); }
H1.HeaderClassName
{
color: #7905C2;
}
.AnyTagClassName
{
color: #7905C2;
}
</style>
background-color css
<style>
a { background-color: #7905C2; }
a { background-color: rgb(121,5,194); }
div.DivClassName
{
background-color: #7905C2;
}
.BgClassName
{
background-color: #7905C2;
}
</style>
border-color css
<style>
span { border-color: #7905C2; }
span { border-color: rgb(121,5,194); }
td.TdClassName
{
border-color: #7905C2;
}
.TagClassName
{
border-color: #7905C2;
}
</style>