Shades of Dark Violet #7901DB
Tints of Dark Violet #7901DB
RGB
CMYK
RGB Variations
Color information
#7901DB (or 0x7901DB) is known color: Dark Violet. HEX triplet: 79, 01 and DB. RGB value is (121,1,219). Sum of RGB (Red+Green+Blue) = 121+1+219=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #7901DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901DB is #86FE24. Grayscale: #3C3C3C. Windows color (decimal): -8846885 or 14352761. OLE color: 14352761.
HSL color Cylindrical-coordinate representation of color #7901DB: hue angle of 273.03º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901DB is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 1 | 219 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.14 |
| HSL | 273.03º | 0.99% | 0.43% | - |
| HSV(B) | 273.03º | 1% | 0.86% | - |
| XYZ | 20.68 | 9.2 | 67.7 | - |
| YUV | 61.73 | 216.76 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 219 | 0.45 | 1.00 | 0 | 0.14 | 273.03 | 0.99 | 0.43 |
| Hex | 79 | 1 | DB | 2D | 64 | 0 | E | 111 | 63 | 2B |
| Octal | 171 | 1 | 333 | 55 | 144 | 0 | 16 | 421 | 143 | 53 |
| Binary | 1111001 | 1 | 11011011 | 101101 | 1100100 | 0 | 1110 | 100010001 | 1100011 | 101011 |
Color Harmonies of #7901DB
Complementary color
Monochromatic Colors of #7901DB
Black with #7901DB
Text Example
Text Example
White with #7901DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901DB; }
p { color: rgb(121,1,219); }
H1.HeaderClassName
{
color: #7901DB;
}
.AnyTagClassName
{
color: #7901DB;
}
</style>
background-color css
<style>
a { background-color: #7901DB; }
a { background-color: rgb(121,1,219); }
div.DivClassName
{
background-color: #7901DB;
}
.BgClassName
{
background-color: #7901DB;
}
</style>
border-color css
<style>
span { border-color: #7901DB; }
span { border-color: rgb(121,1,219); }
td.TdClassName
{
border-color: #7901DB;
}
.TagClassName
{
border-color: #7901DB;
}
</style>