Shades of Blue Violet #7013DB
Tints of Blue Violet #7013DB
RGB
CMYK
RGB Variations
Color information
#7013DB (or 0x7013DB) is known color: Blue Violet. HEX triplet: 70, 13 and DB. RGB value is (112,19,219). Sum of RGB (Red+Green+Blue) = 112+19+219=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #7013DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013DB is #8FEC24. Grayscale: #444444. Windows color (decimal): -9432101 or 14357360. OLE color: 14357360.
HSL color Cylindrical-coordinate representation of color #7013DB: hue angle of 267.9º 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 #7013DB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 19 | 219 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.14 |
| HSL | 267.9º | 0.84% | 0.47% | - |
| HSV(B) | 267.9º | 0.91% | 0.86% | - |
| XYZ | 19.7 | 9.02 | 67.72 | - |
| YUV | 69.61 | 212.31 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 219 | 0.49 | 0.91 | 0 | 0.14 | 267.9 | 0.84 | 0.47 |
| Hex | 70 | 13 | DB | 31 | 5B | 0 | E | 10C | 54 | 2F |
| Octal | 160 | 23 | 333 | 61 | 133 | 0 | 16 | 414 | 124 | 57 |
| Binary | 1110000 | 10011 | 11011011 | 110001 | 1011011 | 0 | 1110 | 100001100 | 1010100 | 101111 |
Color Harmonies of #7013DB
Complementary color
Monochromatic Colors of #7013DB
Black with #7013DB
Text Example
Text Example
White with #7013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7013DB; }
p { color: rgb(112,19,219); }
H1.HeaderClassName
{
color: #7013DB;
}
.AnyTagClassName
{
color: #7013DB;
}
</style>
background-color css
<style>
a { background-color: #7013DB; }
a { background-color: rgb(112,19,219); }
div.DivClassName
{
background-color: #7013DB;
}
.BgClassName
{
background-color: #7013DB;
}
</style>
border-color css
<style>
span { border-color: #7013DB; }
span { border-color: rgb(112,19,219); }
td.TdClassName
{
border-color: #7013DB;
}
.TagClassName
{
border-color: #7013DB;
}
</style>