Shades of Blue Violet #722DDB
Tints of Blue Violet #722DDB
RGB
CMYK
RGB Variations
Color information
#722DDB (or 0x722DDB) is known color: Blue Violet. HEX triplet: 72, 2D and DB. RGB value is (114,45,219). Sum of RGB (Red+Green+Blue) = 114+45+219=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #722DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722DDB is #8DD224. Grayscale: #545454. Windows color (decimal): -9294373 or 14364018. OLE color: 14364018.
HSL color Cylindrical-coordinate representation of color #722DDB: hue angle of 263.79º 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 #722DDB is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 45 | 219 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.14 |
| HSL | 263.79º | 0.71% | 0.52% | - |
| HSV(B) | 263.79º | 0.79% | 0.86% | - |
| XYZ | 20.66 | 10.57 | 67.97 | - |
| YUV | 85.47 | 203.36 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 219 | 0.48 | 0.79 | 0 | 0.14 | 263.79 | 0.71 | 0.52 |
| Hex | 72 | 2D | DB | 30 | 4F | 0 | E | 108 | 47 | 34 |
| Octal | 162 | 55 | 333 | 60 | 117 | 0 | 16 | 410 | 107 | 64 |
| Binary | 1110010 | 101101 | 11011011 | 110000 | 1001111 | 0 | 1110 | 100001000 | 1000111 | 110100 |
Color Harmonies of #722DDB
Complementary color
Monochromatic Colors of #722DDB
Black with #722DDB
Text Example
Text Example
White with #722DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DDB; }
p { color: rgb(114,45,219); }
H1.HeaderClassName
{
color: #722DDB;
}
.AnyTagClassName
{
color: #722DDB;
}
</style>
background-color css
<style>
a { background-color: #722DDB; }
a { background-color: rgb(114,45,219); }
div.DivClassName
{
background-color: #722DDB;
}
.BgClassName
{
background-color: #722DDB;
}
</style>
border-color css
<style>
span { border-color: #722DDB; }
span { border-color: rgb(114,45,219); }
td.TdClassName
{
border-color: #722DDB;
}
.TagClassName
{
border-color: #722DDB;
}
</style>