Shades of Blue Violet #721FEF
Tints of Blue Violet #721FEF
RGB
CMYK
RGB Variations
Color information
#721FEF (or 0x721FEF) is known color: Blue Violet. HEX triplet: 72, 1F and EF. RGB value is (114,31,239). Sum of RGB (Red+Green+Blue) = 114+31+239=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #721FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FEF is #8DE010. Grayscale: #4E4E4E. Windows color (decimal): -9297937 or 15671154. OLE color: 15671154.
HSL color Cylindrical-coordinate representation of color #721FEF: hue angle of 263.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721FEF is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 31 | 239 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.06 |
| HSL | 263.94º | 0.87% | 0.53% | - |
| HSV(B) | 263.94º | 0.87% | 0.94% | - |
| XYZ | 23.01 | 10.79 | 82.53 | - |
| YUV | 79.53 | 218 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 239 | 0.52 | 0.87 | 0 | 0.06 | 263.94 | 0.87 | 0.53 |
| Hex | 72 | 1F | EF | 34 | 57 | 0 | 6 | 108 | 57 | 35 |
| Octal | 162 | 37 | 357 | 64 | 127 | 0 | 6 | 410 | 127 | 65 |
| Binary | 1110010 | 11111 | 11101111 | 110100 | 1010111 | 0 | 110 | 100001000 | 1010111 | 110101 |
Color Harmonies of #721FEF
Complementary color
Monochromatic Colors of #721FEF
Black with #721FEF
Text Example
Text Example
White with #721FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FEF; }
p { color: rgb(114,31,239); }
H1.HeaderClassName
{
color: #721FEF;
}
.AnyTagClassName
{
color: #721FEF;
}
</style>
background-color css
<style>
a { background-color: #721FEF; }
a { background-color: rgb(114,31,239); }
div.DivClassName
{
background-color: #721FEF;
}
.BgClassName
{
background-color: #721FEF;
}
</style>
border-color css
<style>
span { border-color: #721FEF; }
span { border-color: rgb(114,31,239); }
td.TdClassName
{
border-color: #721FEF;
}
.TagClassName
{
border-color: #721FEF;
}
</style>