Shades of Blue Violet #712DDB
Tints of Blue Violet #712DDB
RGB
CMYK
RGB Variations
Color information
#712DDB (or 0x712DDB) is known color: Blue Violet. HEX triplet: 71, 2D and DB. RGB value is (113,45,219). Sum of RGB (Red+Green+Blue) = 113+45+219=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #712DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DDB is #8ED224. Grayscale: #545454. Windows color (decimal): -9359909 or 14364017. OLE color: 14364017.
HSL color Cylindrical-coordinate representation of color #712DDB: hue angle of 263.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712DDB is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 45 | 219 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.14 |
| HSL | 263.45º | 0.71% | 0.52% | - |
| HSV(B) | 263.45º | 0.79% | 0.86% | - |
| XYZ | 20.53 | 10.5 | 67.96 | - |
| YUV | 85.17 | 203.53 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 219 | 0.48 | 0.79 | 0 | 0.14 | 263.45 | 0.71 | 0.52 |
| Hex | 71 | 2D | DB | 30 | 4F | 0 | E | 107 | 47 | 34 |
| Octal | 161 | 55 | 333 | 60 | 117 | 0 | 16 | 407 | 107 | 64 |
| Binary | 1110001 | 101101 | 11011011 | 110000 | 1001111 | 0 | 1110 | 100000111 | 1000111 | 110100 |
Color Harmonies of #712DDB
Complementary color
Monochromatic Colors of #712DDB
Black with #712DDB
Text Example
Text Example
White with #712DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DDB; }
p { color: rgb(113,45,219); }
H1.HeaderClassName
{
color: #712DDB;
}
.AnyTagClassName
{
color: #712DDB;
}
</style>
background-color css
<style>
a { background-color: #712DDB; }
a { background-color: rgb(113,45,219); }
div.DivClassName
{
background-color: #712DDB;
}
.BgClassName
{
background-color: #712DDB;
}
</style>
border-color css
<style>
span { border-color: #712DDB; }
span { border-color: rgb(113,45,219); }
td.TdClassName
{
border-color: #712DDB;
}
.TagClassName
{
border-color: #712DDB;
}
</style>