Shades of Blue Violet #722CEF
Tints of Blue Violet #722CEF
RGB
CMYK
RGB Variations
Color information
#722CEF (or 0x722CEF) is known color: Blue Violet. HEX triplet: 72, 2C and EF. RGB value is (114,44,239). Sum of RGB (Red+Green+Blue) = 114+44+239=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #722CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722CEF is #8DD310. Grayscale: #565656. Windows color (decimal): -9294609 or 15674482. OLE color: 15674482.
HSL color Cylindrical-coordinate representation of color #722CEF: hue angle of 261.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722CEF is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 44 | 239 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.06 |
| HSL | 261.54º | 0.86% | 0.55% | - |
| HSV(B) | 261.54º | 0.82% | 0.94% | - |
| XYZ | 23.42 | 11.61 | 82.67 | - |
| YUV | 87.16 | 213.69 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 239 | 0.52 | 0.82 | 0 | 0.06 | 261.54 | 0.86 | 0.55 |
| Hex | 72 | 2C | EF | 34 | 52 | 0 | 6 | 106 | 56 | 37 |
| Octal | 162 | 54 | 357 | 64 | 122 | 0 | 6 | 406 | 126 | 67 |
| Binary | 1110010 | 101100 | 11101111 | 110100 | 1010010 | 0 | 110 | 100000110 | 1010110 | 110111 |
Color Harmonies of #722CEF
Complementary color
Monochromatic Colors of #722CEF
Black with #722CEF
Text Example
Text Example
White with #722CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CEF; }
p { color: rgb(114,44,239); }
H1.HeaderClassName
{
color: #722CEF;
}
.AnyTagClassName
{
color: #722CEF;
}
</style>
background-color css
<style>
a { background-color: #722CEF; }
a { background-color: rgb(114,44,239); }
div.DivClassName
{
background-color: #722CEF;
}
.BgClassName
{
background-color: #722CEF;
}
</style>
border-color css
<style>
span { border-color: #722CEF; }
span { border-color: rgb(114,44,239); }
td.TdClassName
{
border-color: #722CEF;
}
.TagClassName
{
border-color: #722CEF;
}
</style>