Shades of Blue Violet #722ADB
Tints of Blue Violet #722ADB
RGB
CMYK
RGB Variations
Color information
#722ADB (or 0x722ADB) is known color: Blue Violet. HEX triplet: 72, 2A and DB. RGB value is (114,42,219). Sum of RGB (Red+Green+Blue) = 114+42+219=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #722ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ADB is #8DD524. Grayscale: #535353. Windows color (decimal): -9295141 or 14363250. OLE color: 14363250.
HSL color Cylindrical-coordinate representation of color #722ADB: hue angle of 264.41º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722ADB is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 42 | 219 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.14 |
| HSL | 264.41º | 0.71% | 0.51% | - |
| HSV(B) | 264.41º | 0.81% | 0.86% | - |
| XYZ | 20.55 | 10.35 | 67.93 | - |
| YUV | 83.71 | 204.35 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 219 | 0.48 | 0.81 | 0 | 0.14 | 264.41 | 0.71 | 0.51 |
| Hex | 72 | 2A | DB | 30 | 51 | 0 | E | 108 | 47 | 33 |
| Octal | 162 | 52 | 333 | 60 | 121 | 0 | 16 | 410 | 107 | 63 |
| Binary | 1110010 | 101010 | 11011011 | 110000 | 1010001 | 0 | 1110 | 100001000 | 1000111 | 110011 |
Color Harmonies of #722ADB
Complementary color
Monochromatic Colors of #722ADB
Black with #722ADB
Text Example
Text Example
White with #722ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722ADB; }
p { color: rgb(114,42,219); }
H1.HeaderClassName
{
color: #722ADB;
}
.AnyTagClassName
{
color: #722ADB;
}
</style>
background-color css
<style>
a { background-color: #722ADB; }
a { background-color: rgb(114,42,219); }
div.DivClassName
{
background-color: #722ADB;
}
.BgClassName
{
background-color: #722ADB;
}
</style>
border-color css
<style>
span { border-color: #722ADB; }
span { border-color: rgb(114,42,219); }
td.TdClassName
{
border-color: #722ADB;
}
.TagClassName
{
border-color: #722ADB;
}
</style>