Shades of Blue Violet #721EEB
Tints of Blue Violet #721EEB
RGB
CMYK
RGB Variations
Color information
#721EEB (or 0x721EEB) is known color: Blue Violet. HEX triplet: 72, 1E and EB. RGB value is (114,30,235). Sum of RGB (Red+Green+Blue) = 114+30+235=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #721EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721EEB is #8DE114. Grayscale: #4D4D4D. Windows color (decimal): -9298197 or 15408754. OLE color: 15408754.
HSL color Cylindrical-coordinate representation of color #721EEB: hue angle of 264.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721EEB is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 30 | 235 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.08 |
| HSL | 264.59º | 0.84% | 0.52% | - |
| HSV(B) | 264.59º | 0.87% | 0.92% | - |
| XYZ | 22.4 | 10.5 | 79.44 | - |
| YUV | 78.49 | 216.33 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 235 | 0.51 | 0.87 | 0 | 0.08 | 264.59 | 0.84 | 0.52 |
| Hex | 72 | 1E | EB | 33 | 57 | 0 | 8 | 109 | 54 | 34 |
| Octal | 162 | 36 | 353 | 63 | 127 | 0 | 10 | 411 | 124 | 64 |
| Binary | 1110010 | 11110 | 11101011 | 110011 | 1010111 | 0 | 1000 | 100001001 | 1010100 | 110100 |
Color Harmonies of #721EEB
Complementary color
Monochromatic Colors of #721EEB
Black with #721EEB
Text Example
Text Example
White with #721EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721EEB; }
p { color: rgb(114,30,235); }
H1.HeaderClassName
{
color: #721EEB;
}
.AnyTagClassName
{
color: #721EEB;
}
</style>
background-color css
<style>
a { background-color: #721EEB; }
a { background-color: rgb(114,30,235); }
div.DivClassName
{
background-color: #721EEB;
}
.BgClassName
{
background-color: #721EEB;
}
</style>
border-color css
<style>
span { border-color: #721EEB; }
span { border-color: rgb(114,30,235); }
td.TdClassName
{
border-color: #721EEB;
}
.TagClassName
{
border-color: #721EEB;
}
</style>