Shades of Blue Violet #722BDD
Tints of Blue Violet #722BDD
RGB
CMYK
RGB Variations
Color information
#722BDD (or 0x722BDD) is known color: Blue Violet. HEX triplet: 72, 2B and DD. RGB value is (114,43,221). Sum of RGB (Red+Green+Blue) = 114+43+221=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #722BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BDD is #8DD422. Grayscale: #535353. Windows color (decimal): -9294883 or 14494578. OLE color: 14494578.
HSL color Cylindrical-coordinate representation of color #722BDD: hue angle of 263.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722BDD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 43 | 221 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.13 |
| HSL | 263.93º | 0.72% | 0.52% | - |
| HSV(B) | 263.93º | 0.81% | 0.87% | - |
| XYZ | 20.85 | 10.53 | 69.34 | - |
| YUV | 84.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 221 | 0.48 | 0.81 | 0 | 0.13 | 263.93 | 0.72 | 0.52 |
| Hex | 72 | 2B | DD | 30 | 51 | 0 | D | 108 | 48 | 34 |
| Octal | 162 | 53 | 335 | 60 | 121 | 0 | 15 | 410 | 110 | 64 |
| Binary | 1110010 | 101011 | 11011101 | 110000 | 1010001 | 0 | 1101 | 100001000 | 1001000 | 110100 |
Color Harmonies of #722BDD
Complementary color
Monochromatic Colors of #722BDD
Black with #722BDD
Text Example
Text Example
White with #722BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BDD; }
p { color: rgb(114,43,221); }
H1.HeaderClassName
{
color: #722BDD;
}
.AnyTagClassName
{
color: #722BDD;
}
</style>
background-color css
<style>
a { background-color: #722BDD; }
a { background-color: rgb(114,43,221); }
div.DivClassName
{
background-color: #722BDD;
}
.BgClassName
{
background-color: #722BDD;
}
</style>
border-color css
<style>
span { border-color: #722BDD; }
span { border-color: rgb(114,43,221); }
td.TdClassName
{
border-color: #722BDD;
}
.TagClassName
{
border-color: #722BDD;
}
</style>