Shades of Blue Violet #722DED
Tints of Blue Violet #722DED
RGB
CMYK
RGB Variations
Color information
#722DED (or 0x722DED) is known color: Blue Violet. HEX triplet: 72, 2D and ED. RGB value is (114,45,237). Sum of RGB (Red+Green+Blue) = 114+45+237=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #722DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722DED is #8DD212. Grayscale: #565656. Windows color (decimal): -9294355 or 15543666. OLE color: 15543666.
HSL color Cylindrical-coordinate representation of color #722DED: hue angle of 261.56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722DED is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 45 | 237 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.07 |
| HSL | 261.56º | 0.84% | 0.55% | - |
| HSV(B) | 261.56º | 0.81% | 0.93% | - |
| XYZ | 23.16 | 11.57 | 81.13 | - |
| YUV | 87.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 237 | 0.52 | 0.81 | 0 | 0.07 | 261.56 | 0.84 | 0.55 |
| Hex | 72 | 2D | ED | 34 | 51 | 0 | 7 | 106 | 54 | 37 |
| Octal | 162 | 55 | 355 | 64 | 121 | 0 | 7 | 406 | 124 | 67 |
| Binary | 1110010 | 101101 | 11101101 | 110100 | 1010001 | 0 | 111 | 100000110 | 1010100 | 110111 |
Color Harmonies of #722DED
Complementary color
Monochromatic Colors of #722DED
Black with #722DED
Text Example
Text Example
White with #722DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DED; }
p { color: rgb(114,45,237); }
H1.HeaderClassName
{
color: #722DED;
}
.AnyTagClassName
{
color: #722DED;
}
</style>
background-color css
<style>
a { background-color: #722DED; }
a { background-color: rgb(114,45,237); }
div.DivClassName
{
background-color: #722DED;
}
.BgClassName
{
background-color: #722DED;
}
</style>
border-color css
<style>
span { border-color: #722DED; }
span { border-color: rgb(114,45,237); }
td.TdClassName
{
border-color: #722DED;
}
.TagClassName
{
border-color: #722DED;
}
</style>