Shades of Blue Violet #722CDD
Tints of Blue Violet #722CDD
RGB
CMYK
RGB Variations
Color information
#722CDD (or 0x722CDD) is known color: Blue Violet. HEX triplet: 72, 2C and DD. RGB value is (114,44,221). Sum of RGB (Red+Green+Blue) = 114+44+221=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #722CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722CDD is #8DD322. Grayscale: #545454. Windows color (decimal): -9294627 or 14494834. OLE color: 14494834.
HSL color Cylindrical-coordinate representation of color #722CDD: hue angle of 263.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722CDD is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 44 | 221 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.13 |
| HSL | 263.73º | 0.72% | 0.52% | - |
| HSV(B) | 263.73º | 0.8% | 0.87% | - |
| XYZ | 20.89 | 10.6 | 69.35 | - |
| YUV | 85.11 | 204.69 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 221 | 0.48 | 0.80 | 0 | 0.13 | 263.73 | 0.72 | 0.52 |
| Hex | 72 | 2C | DD | 30 | 50 | 0 | D | 108 | 48 | 34 |
| Octal | 162 | 54 | 335 | 60 | 120 | 0 | 15 | 410 | 110 | 64 |
| Binary | 1110010 | 101100 | 11011101 | 110000 | 1010000 | 0 | 1101 | 100001000 | 1001000 | 110100 |
Color Harmonies of #722CDD
Complementary color
Monochromatic Colors of #722CDD
Black with #722CDD
Text Example
Text Example
White with #722CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CDD; }
p { color: rgb(114,44,221); }
H1.HeaderClassName
{
color: #722CDD;
}
.AnyTagClassName
{
color: #722CDD;
}
</style>
background-color css
<style>
a { background-color: #722CDD; }
a { background-color: rgb(114,44,221); }
div.DivClassName
{
background-color: #722CDD;
}
.BgClassName
{
background-color: #722CDD;
}
</style>
border-color css
<style>
span { border-color: #722CDD; }
span { border-color: rgb(114,44,221); }
td.TdClassName
{
border-color: #722CDD;
}
.TagClassName
{
border-color: #722CDD;
}
</style>