Shades of Blue Violet #721AED
Tints of Blue Violet #721AED
RGB
CMYK
RGB Variations
Color information
#721AED (or 0x721AED) is known color: Blue Violet. HEX triplet: 72, 1A and ED. RGB value is (114,26,237). Sum of RGB (Red+Green+Blue) = 114+26+237=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #721AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AED is #8DE512. Grayscale: #4B4B4B. Windows color (decimal): -9299219 or 15538802. OLE color: 15538802.
HSL color Cylindrical-coordinate representation of color #721AED: hue angle of 265.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721AED is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 26 | 237 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.07 |
| HSL | 265.02º | 0.85% | 0.52% | - |
| HSV(B) | 265.02º | 0.89% | 0.93% | - |
| XYZ | 22.59 | 10.43 | 80.94 | - |
| YUV | 76.37 | 218.65 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 237 | 0.52 | 0.89 | 0 | 0.07 | 265.02 | 0.85 | 0.52 |
| Hex | 72 | 1A | ED | 34 | 59 | 0 | 7 | 109 | 55 | 34 |
| Octal | 162 | 32 | 355 | 64 | 131 | 0 | 7 | 411 | 125 | 64 |
| Binary | 1110010 | 11010 | 11101101 | 110100 | 1011001 | 0 | 111 | 100001001 | 1010101 | 110100 |
Color Harmonies of #721AED
Complementary color
Monochromatic Colors of #721AED
Black with #721AED
Text Example
Text Example
White with #721AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AED; }
p { color: rgb(114,26,237); }
H1.HeaderClassName
{
color: #721AED;
}
.AnyTagClassName
{
color: #721AED;
}
</style>
background-color css
<style>
a { background-color: #721AED; }
a { background-color: rgb(114,26,237); }
div.DivClassName
{
background-color: #721AED;
}
.BgClassName
{
background-color: #721AED;
}
</style>
border-color css
<style>
span { border-color: #721AED; }
span { border-color: rgb(114,26,237); }
td.TdClassName
{
border-color: #721AED;
}
.TagClassName
{
border-color: #721AED;
}
</style>