Shades of Blue Violet #7219ED
Tints of Blue Violet #7219ED
RGB
CMYK
RGB Variations
Color information
#7219ED (or 0x7219ED) is known color: Blue Violet. HEX triplet: 72, 19 and ED. RGB value is (114,25,237). Sum of RGB (Red+Green+Blue) = 114+25+237=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #7219ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7219ED is #8DE612. Grayscale: #4B4B4B. Windows color (decimal): -9299475 or 15538546. OLE color: 15538546.
HSL color Cylindrical-coordinate representation of color #7219ED: hue angle of 265.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7219ED is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 25 | 237 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.07 |
| HSL | 265.19º | 0.85% | 0.51% | - |
| HSV(B) | 265.19º | 0.89% | 0.93% | - |
| XYZ | 22.57 | 10.39 | 80.94 | - |
| YUV | 75.78 | 218.99 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 237 | 0.52 | 0.89 | 0 | 0.07 | 265.19 | 0.85 | 0.51 |
| Hex | 72 | 19 | ED | 34 | 59 | 0 | 7 | 109 | 55 | 33 |
| Octal | 162 | 31 | 355 | 64 | 131 | 0 | 7 | 411 | 125 | 63 |
| Binary | 1110010 | 11001 | 11101101 | 110100 | 1011001 | 0 | 111 | 100001001 | 1010101 | 110011 |
Color Harmonies of #7219ED
Complementary color
Monochromatic Colors of #7219ED
Black with #7219ED
Text Example
Text Example
White with #7219ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7219ED; }
p { color: rgb(114,25,237); }
H1.HeaderClassName
{
color: #7219ED;
}
.AnyTagClassName
{
color: #7219ED;
}
</style>
background-color css
<style>
a { background-color: #7219ED; }
a { background-color: rgb(114,25,237); }
div.DivClassName
{
background-color: #7219ED;
}
.BgClassName
{
background-color: #7219ED;
}
</style>
border-color css
<style>
span { border-color: #7219ED; }
span { border-color: rgb(114,25,237); }
td.TdClassName
{
border-color: #7219ED;
}
.TagClassName
{
border-color: #7219ED;
}
</style>