Shades of Blue Violet #7915DB
Tints of Blue Violet #7915DB
RGB
CMYK
RGB Variations
Color information
#7915DB (or 0x7915DB) is known color: Blue Violet. HEX triplet: 79, 15 and DB. RGB value is (121,21,219). Sum of RGB (Red+Green+Blue) = 121+21+219=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #7915DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915DB is #86EA24. Grayscale: #484848. Windows color (decimal): -8841765 or 14357881. OLE color: 14357881.
HSL color Cylindrical-coordinate representation of color #7915DB: hue angle of 270.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7915DB is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 21 | 219 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.14 |
| HSL | 270.3º | 0.83% | 0.47% | - |
| HSV(B) | 270.3º | 0.9% | 0.86% | - |
| XYZ | 20.94 | 9.72 | 67.79 | - |
| YUV | 73.47 | 210.13 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 219 | 0.45 | 0.90 | 0 | 0.14 | 270.3 | 0.83 | 0.47 |
| Hex | 79 | 15 | DB | 2D | 5A | 0 | E | 10E | 52 | 2F |
| Octal | 171 | 25 | 333 | 55 | 132 | 0 | 16 | 416 | 122 | 57 |
| Binary | 1111001 | 10101 | 11011011 | 101101 | 1011010 | 0 | 1110 | 100001110 | 1010010 | 101111 |
Color Harmonies of #7915DB
Complementary color
Monochromatic Colors of #7915DB
Black with #7915DB
Text Example
Text Example
White with #7915DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915DB; }
p { color: rgb(121,21,219); }
H1.HeaderClassName
{
color: #7915DB;
}
.AnyTagClassName
{
color: #7915DB;
}
</style>
background-color css
<style>
a { background-color: #7915DB; }
a { background-color: rgb(121,21,219); }
div.DivClassName
{
background-color: #7915DB;
}
.BgClassName
{
background-color: #7915DB;
}
</style>
border-color css
<style>
span { border-color: #7915DB; }
span { border-color: rgb(121,21,219); }
td.TdClassName
{
border-color: #7915DB;
}
.TagClassName
{
border-color: #7915DB;
}
</style>