Shades of Blue Violet #722BD9
Tints of Blue Violet #722BD9
RGB
CMYK
RGB Variations
Color information
#722BD9 (or 0x722BD9) is known color: Blue Violet. HEX triplet: 72, 2B and D9. RGB value is (114,43,217). Sum of RGB (Red+Green+Blue) = 114+43+217=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #722BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BD9 is #8DD426. Grayscale: #535353. Windows color (decimal): -9294887 or 14232434. OLE color: 14232434.
HSL color Cylindrical-coordinate representation of color #722BD9: hue angle of 264.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722BD9 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 43 | 217 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.15 |
| HSL | 264.48º | 0.7% | 0.51% | - |
| HSV(B) | 264.48º | 0.8% | 0.85% | - |
| XYZ | 20.33 | 10.31 | 66.57 | - |
| YUV | 84.07 | 203.02 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 217 | 0.47 | 0.80 | 0 | 0.15 | 264.48 | 0.7 | 0.51 |
| Hex | 72 | 2B | D9 | 2F | 50 | 0 | F | 108 | 46 | 33 |
| Octal | 162 | 53 | 331 | 57 | 120 | 0 | 17 | 410 | 106 | 63 |
| Binary | 1110010 | 101011 | 11011001 | 101111 | 1010000 | 0 | 1111 | 100001000 | 1000110 | 110011 |
Color Harmonies of #722BD9
Complementary color
Monochromatic Colors of #722BD9
Black with #722BD9
Text Example
Text Example
White with #722BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BD9; }
p { color: rgb(114,43,217); }
H1.HeaderClassName
{
color: #722BD9;
}
.AnyTagClassName
{
color: #722BD9;
}
</style>
background-color css
<style>
a { background-color: #722BD9; }
a { background-color: rgb(114,43,217); }
div.DivClassName
{
background-color: #722BD9;
}
.BgClassName
{
background-color: #722BD9;
}
</style>
border-color css
<style>
span { border-color: #722BD9; }
span { border-color: rgb(114,43,217); }
td.TdClassName
{
border-color: #722BD9;
}
.TagClassName
{
border-color: #722BD9;
}
</style>