Shades of Dark Violet #7905DB
Tints of Dark Violet #7905DB
RGB
CMYK
RGB Variations
Color information
#7905DB (or 0x7905DB) is known color: Dark Violet. HEX triplet: 79, 05 and DB. RGB value is (121,5,219). Sum of RGB (Red+Green+Blue) = 121+5+219=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #7905DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7905DB is #86FA24. Grayscale: #3F3F3F. Windows color (decimal): -8845861 or 14353785. OLE color: 14353785.
HSL color Cylindrical-coordinate representation of color #7905DB: hue angle of 272.52º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7905DB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 5 | 219 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.14 |
| HSL | 272.52º | 0.96% | 0.44% | - |
| HSV(B) | 272.52º | 0.98% | 0.86% | - |
| XYZ | 20.73 | 9.29 | 67.72 | - |
| YUV | 64.08 | 215.43 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 219 | 0.45 | 0.98 | 0 | 0.14 | 272.52 | 0.96 | 0.44 |
| Hex | 79 | 5 | DB | 2D | 62 | 0 | E | 111 | 60 | 2C |
| Octal | 171 | 5 | 333 | 55 | 142 | 0 | 16 | 421 | 140 | 54 |
| Binary | 1111001 | 101 | 11011011 | 101101 | 1100010 | 0 | 1110 | 100010001 | 1100000 | 101100 |
Color Harmonies of #7905DB
Complementary color
Monochromatic Colors of #7905DB
Black with #7905DB
Text Example
Text Example
White with #7905DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7905DB; }
p { color: rgb(121,5,219); }
H1.HeaderClassName
{
color: #7905DB;
}
.AnyTagClassName
{
color: #7905DB;
}
</style>
background-color css
<style>
a { background-color: #7905DB; }
a { background-color: rgb(121,5,219); }
div.DivClassName
{
background-color: #7905DB;
}
.BgClassName
{
background-color: #7905DB;
}
</style>
border-color css
<style>
span { border-color: #7905DB; }
span { border-color: rgb(121,5,219); }
td.TdClassName
{
border-color: #7905DB;
}
.TagClassName
{
border-color: #7905DB;
}
</style>