Shades of Blue Violet #7912DB
Tints of Blue Violet #7912DB
RGB
CMYK
RGB Variations
Color information
#7912DB (or 0x7912DB) is known color: Blue Violet. HEX triplet: 79, 12 and DB. RGB value is (121,18,219). Sum of RGB (Red+Green+Blue) = 121+18+219=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #7912DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912DB is #86ED24. Grayscale: #474747. Windows color (decimal): -8842533 or 14357113. OLE color: 14357113.
HSL color Cylindrical-coordinate representation of color #7912DB: hue angle of 270.75º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7912DB is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 18 | 219 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.14 |
| HSL | 270.75º | 0.85% | 0.46% | - |
| HSV(B) | 270.75º | 0.92% | 0.86% | - |
| XYZ | 20.89 | 9.61 | 67.77 | - |
| YUV | 71.71 | 211.12 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 219 | 0.45 | 0.92 | 0 | 0.14 | 270.75 | 0.85 | 0.46 |
| Hex | 79 | 12 | DB | 2D | 5C | 0 | E | 10F | 55 | 2E |
| Octal | 171 | 22 | 333 | 55 | 134 | 0 | 16 | 417 | 125 | 56 |
| Binary | 1111001 | 10010 | 11011011 | 101101 | 1011100 | 0 | 1110 | 100001111 | 1010101 | 101110 |
Color Harmonies of #7912DB
Complementary color
Monochromatic Colors of #7912DB
Black with #7912DB
Text Example
Text Example
White with #7912DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912DB; }
p { color: rgb(121,18,219); }
H1.HeaderClassName
{
color: #7912DB;
}
.AnyTagClassName
{
color: #7912DB;
}
</style>
background-color css
<style>
a { background-color: #7912DB; }
a { background-color: rgb(121,18,219); }
div.DivClassName
{
background-color: #7912DB;
}
.BgClassName
{
background-color: #7912DB;
}
</style>
border-color css
<style>
span { border-color: #7912DB; }
span { border-color: rgb(121,18,219); }
td.TdClassName
{
border-color: #7912DB;
}
.TagClassName
{
border-color: #7912DB;
}
</style>