Shades of Blue Violet #7917DB
Tints of Blue Violet #7917DB
RGB
CMYK
RGB Variations
Color information
#7917DB (or 0x7917DB) is known color: Blue Violet. HEX triplet: 79, 17 and DB. RGB value is (121,23,219). Sum of RGB (Red+Green+Blue) = 121+23+219=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #7917DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7917DB is #86E824. Grayscale: #494949. Windows color (decimal): -8841253 or 14358393. OLE color: 14358393.
HSL color Cylindrical-coordinate representation of color #7917DB: hue angle of 270º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7917DB is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 23 | 219 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.14 |
| HSL | 270º | 0.81% | 0.47% | - |
| HSV(B) | 270º | 0.89% | 0.86% | - |
| XYZ | 20.98 | 9.79 | 67.8 | - |
| YUV | 74.65 | 209.47 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 23 | 219 | 0.45 | 0.89 | 0 | 0.14 | 270 | 0.81 | 0.47 |
| Hex | 79 | 17 | DB | 2D | 59 | 0 | E | 10E | 51 | 2F |
| Octal | 171 | 27 | 333 | 55 | 131 | 0 | 16 | 416 | 121 | 57 |
| Binary | 1111001 | 10111 | 11011011 | 101101 | 1011001 | 0 | 1110 | 100001110 | 1010001 | 101111 |
Color Harmonies of #7917DB
Complementary color
Monochromatic Colors of #7917DB
Black with #7917DB
Text Example
Text Example
White with #7917DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7917DB; }
p { color: rgb(121,23,219); }
H1.HeaderClassName
{
color: #7917DB;
}
.AnyTagClassName
{
color: #7917DB;
}
</style>
background-color css
<style>
a { background-color: #7917DB; }
a { background-color: rgb(121,23,219); }
div.DivClassName
{
background-color: #7917DB;
}
.BgClassName
{
background-color: #7917DB;
}
</style>
border-color css
<style>
span { border-color: #7917DB; }
span { border-color: rgb(121,23,219); }
td.TdClassName
{
border-color: #7917DB;
}
.TagClassName
{
border-color: #7917DB;
}
</style>