Shades of Blue Violet #7913DB
Tints of Blue Violet #7913DB
RGB
CMYK
RGB Variations
Color information
#7913DB (or 0x7913DB) is known color: Blue Violet. HEX triplet: 79, 13 and DB. RGB value is (121,19,219). Sum of RGB (Red+Green+Blue) = 121+19+219=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #7913DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913DB is #86EC24. Grayscale: #474747. Windows color (decimal): -8842277 or 14357369. OLE color: 14357369.
HSL color Cylindrical-coordinate representation of color #7913DB: hue angle of 270.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7913DB is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 19 | 219 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.14 |
| HSL | 270.6º | 0.84% | 0.47% | - |
| HSV(B) | 270.6º | 0.91% | 0.86% | - |
| XYZ | 20.9 | 9.65 | 67.78 | - |
| YUV | 72.3 | 210.79 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 219 | 0.45 | 0.91 | 0 | 0.14 | 270.6 | 0.84 | 0.47 |
| Hex | 79 | 13 | DB | 2D | 5B | 0 | E | 10F | 54 | 2F |
| Octal | 171 | 23 | 333 | 55 | 133 | 0 | 16 | 417 | 124 | 57 |
| Binary | 1111001 | 10011 | 11011011 | 101101 | 1011011 | 0 | 1110 | 100001111 | 1010100 | 101111 |
Color Harmonies of #7913DB
Complementary color
Monochromatic Colors of #7913DB
Black with #7913DB
Text Example
Text Example
White with #7913DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7913DB; }
p { color: rgb(121,19,219); }
H1.HeaderClassName
{
color: #7913DB;
}
.AnyTagClassName
{
color: #7913DB;
}
</style>
background-color css
<style>
a { background-color: #7913DB; }
a { background-color: rgb(121,19,219); }
div.DivClassName
{
background-color: #7913DB;
}
.BgClassName
{
background-color: #7913DB;
}
</style>
border-color css
<style>
span { border-color: #7913DB; }
span { border-color: rgb(121,19,219); }
td.TdClassName
{
border-color: #7913DB;
}
.TagClassName
{
border-color: #7913DB;
}
</style>