Shades of Blue Violet #722CDB
Tints of Blue Violet #722CDB
RGB
CMYK
RGB Variations
Color information
#722CDB (or 0x722CDB) is known color: Blue Violet. HEX triplet: 72, 2C and DB. RGB value is (114,44,219). Sum of RGB (Red+Green+Blue) = 114+44+219=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 44 (17.58% from 255 or 11.67% 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 #722CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722CDB is #8DD324. Grayscale: #545454. Windows color (decimal): -9294629 or 14363762. OLE color: 14363762.
HSL color Cylindrical-coordinate representation of color #722CDB: hue angle of 264º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722CDB is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 44 | 219 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.14 |
| HSL | 264º | 0.71% | 0.52% | - |
| HSV(B) | 264º | 0.8% | 0.86% | - |
| XYZ | 20.63 | 10.49 | 67.96 | - |
| YUV | 84.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 219 | 0.48 | 0.80 | 0 | 0.14 | 264 | 0.71 | 0.52 |
| Hex | 72 | 2C | DB | 30 | 50 | 0 | E | 108 | 47 | 34 |
| Octal | 162 | 54 | 333 | 60 | 120 | 0 | 16 | 410 | 107 | 64 |
| Binary | 1110010 | 101100 | 11011011 | 110000 | 1010000 | 0 | 1110 | 100001000 | 1000111 | 110100 |
Color Harmonies of #722CDB
Complementary color
Monochromatic Colors of #722CDB
Black with #722CDB
Text Example
Text Example
White with #722CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CDB; }
p { color: rgb(114,44,219); }
H1.HeaderClassName
{
color: #722CDB;
}
.AnyTagClassName
{
color: #722CDB;
}
</style>
background-color css
<style>
a { background-color: #722CDB; }
a { background-color: rgb(114,44,219); }
div.DivClassName
{
background-color: #722CDB;
}
.BgClassName
{
background-color: #722CDB;
}
</style>
border-color css
<style>
span { border-color: #722CDB; }
span { border-color: rgb(114,44,219); }
td.TdClassName
{
border-color: #722CDB;
}
.TagClassName
{
border-color: #722CDB;
}
</style>