Shades of Blue Violet #721CEF
Tints of Blue Violet #721CEF
RGB
CMYK
RGB Variations
Color information
#721CEF (or 0x721CEF) is known color: Blue Violet. HEX triplet: 72, 1C and EF. RGB value is (114,28,239). Sum of RGB (Red+Green+Blue) = 114+28+239=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #721CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CEF is #8DE310. Grayscale: #4D4D4D. Windows color (decimal): -9298705 or 15670386. OLE color: 15670386.
HSL color Cylindrical-coordinate representation of color #721CEF: hue angle of 264.45º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721CEF is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 28 | 239 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.06 |
| HSL | 264.46º | 0.87% | 0.52% | - |
| HSV(B) | 264.46º | 0.88% | 0.94% | - |
| XYZ | 22.93 | 10.64 | 82.51 | - |
| YUV | 77.77 | 218.99 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 239 | 0.52 | 0.88 | 0 | 0.06 | 264.46 | 0.87 | 0.52 |
| Hex | 72 | 1C | EF | 34 | 58 | 0 | 6 | 108 | 57 | 34 |
| Octal | 162 | 34 | 357 | 64 | 130 | 0 | 6 | 410 | 127 | 64 |
| Binary | 1110010 | 11100 | 11101111 | 110100 | 1011000 | 0 | 110 | 100001000 | 1010111 | 110100 |
Color Harmonies of #721CEF
Complementary color
Monochromatic Colors of #721CEF
Black with #721CEF
Text Example
Text Example
White with #721CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CEF; }
p { color: rgb(114,28,239); }
H1.HeaderClassName
{
color: #721CEF;
}
.AnyTagClassName
{
color: #721CEF;
}
</style>
background-color css
<style>
a { background-color: #721CEF; }
a { background-color: rgb(114,28,239); }
div.DivClassName
{
background-color: #721CEF;
}
.BgClassName
{
background-color: #721CEF;
}
</style>
border-color css
<style>
span { border-color: #721CEF; }
span { border-color: rgb(114,28,239); }
td.TdClassName
{
border-color: #721CEF;
}
.TagClassName
{
border-color: #721CEF;
}
</style>