Shades of Blue Violet #7114DB
Tints of Blue Violet #7114DB
RGB
CMYK
RGB Variations
Color information
#7114DB (or 0x7114DB) is known color: Blue Violet. HEX triplet: 71, 14 and DB. RGB value is (113,20,219). Sum of RGB (Red+Green+Blue) = 113+20+219=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #7114DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7114DB is #8EEB24. Grayscale: #454545. Windows color (decimal): -9366309 or 14357617. OLE color: 14357617.
HSL color Cylindrical-coordinate representation of color #7114DB: hue angle of 268.04º degrees, saturation: 0.83, 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 #7114DB is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 20 | 219 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.14 |
| HSL | 268.04º | 0.83% | 0.47% | - |
| HSV(B) | 268.04º | 0.91% | 0.86% | - |
| XYZ | 19.85 | 9.13 | 67.73 | - |
| YUV | 70.49 | 211.81 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 219 | 0.48 | 0.91 | 0 | 0.14 | 268.04 | 0.83 | 0.47 |
| Hex | 71 | 14 | DB | 30 | 5B | 0 | E | 10C | 53 | 2F |
| Octal | 161 | 24 | 333 | 60 | 133 | 0 | 16 | 414 | 123 | 57 |
| Binary | 1110001 | 10100 | 11011011 | 110000 | 1011011 | 0 | 1110 | 100001100 | 1010011 | 101111 |
Color Harmonies of #7114DB
Complementary color
Monochromatic Colors of #7114DB
Black with #7114DB
Text Example
Text Example
White with #7114DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7114DB; }
p { color: rgb(113,20,219); }
H1.HeaderClassName
{
color: #7114DB;
}
.AnyTagClassName
{
color: #7114DB;
}
</style>
background-color css
<style>
a { background-color: #7114DB; }
a { background-color: rgb(113,20,219); }
div.DivClassName
{
background-color: #7114DB;
}
.BgClassName
{
background-color: #7114DB;
}
</style>
border-color css
<style>
span { border-color: #7114DB; }
span { border-color: rgb(113,20,219); }
td.TdClassName
{
border-color: #7114DB;
}
.TagClassName
{
border-color: #7114DB;
}
</style>