Shades of Blue Violet #7115DB
Tints of Blue Violet #7115DB
RGB
CMYK
RGB Variations
Color information
#7115DB (or 0x7115DB) is known color: Blue Violet. HEX triplet: 71, 15 and DB. RGB value is (113,21,219). Sum of RGB (Red+Green+Blue) = 113+21+219=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7115DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115DB is #8EEA24. Grayscale: #464646. Windows color (decimal): -9366053 or 14357873. OLE color: 14357873.
HSL color Cylindrical-coordinate representation of color #7115DB: hue angle of 267.88º 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 #7115DB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 21 | 219 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.14 |
| HSL | 267.88º | 0.83% | 0.47% | - |
| HSV(B) | 267.88º | 0.9% | 0.86% | - |
| XYZ | 19.86 | 9.16 | 67.74 | - |
| YUV | 71.08 | 211.48 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 219 | 0.48 | 0.90 | 0 | 0.14 | 267.88 | 0.83 | 0.47 |
| Hex | 71 | 15 | DB | 30 | 5A | 0 | E | 10C | 52 | 2F |
| Octal | 161 | 25 | 333 | 60 | 132 | 0 | 16 | 414 | 122 | 57 |
| Binary | 1110001 | 10101 | 11011011 | 110000 | 1011010 | 0 | 1110 | 100001100 | 1010010 | 101111 |
Color Harmonies of #7115DB
Complementary color
Monochromatic Colors of #7115DB
Black with #7115DB
Text Example
Text Example
White with #7115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7115DB; }
p { color: rgb(113,21,219); }
H1.HeaderClassName
{
color: #7115DB;
}
.AnyTagClassName
{
color: #7115DB;
}
</style>
background-color css
<style>
a { background-color: #7115DB; }
a { background-color: rgb(113,21,219); }
div.DivClassName
{
background-color: #7115DB;
}
.BgClassName
{
background-color: #7115DB;
}
</style>
border-color css
<style>
span { border-color: #7115DB; }
span { border-color: rgb(113,21,219); }
td.TdClassName
{
border-color: #7115DB;
}
.TagClassName
{
border-color: #7115DB;
}
</style>