Shades of Blue Violet #7322ED
Tints of Blue Violet #7322ED
RGB
CMYK
RGB Variations
Color information
#7322ED (or 0x7322ED) is known color: Blue Violet. HEX triplet: 73, 22 and ED. RGB value is (115,34,237). Sum of RGB (Red+Green+Blue) = 115+34+237=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #7322ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7322ED is #8CDD12. Grayscale: #505050. Windows color (decimal): -9231635 or 15540851. OLE color: 15540851.
HSL color Cylindrical-coordinate representation of color #7322ED: hue angle of 263.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7322ED is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 34 | 237 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.07 |
| HSL | 263.94º | 0.85% | 0.53% | - |
| HSV(B) | 263.94º | 0.86% | 0.93% | - |
| XYZ | 22.93 | 10.9 | 81.02 | - |
| YUV | 81.36 | 215.84 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 237 | 0.51 | 0.86 | 0 | 0.07 | 263.94 | 0.85 | 0.53 |
| Hex | 73 | 22 | ED | 33 | 56 | 0 | 7 | 108 | 55 | 35 |
| Octal | 163 | 42 | 355 | 63 | 126 | 0 | 7 | 410 | 125 | 65 |
| Binary | 1110011 | 100010 | 11101101 | 110011 | 1010110 | 0 | 111 | 100001000 | 1010101 | 110101 |
Color Harmonies of #7322ED
Complementary color
Monochromatic Colors of #7322ED
Black with #7322ED
Text Example
Text Example
White with #7322ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322ED; }
p { color: rgb(115,34,237); }
H1.HeaderClassName
{
color: #7322ED;
}
.AnyTagClassName
{
color: #7322ED;
}
</style>
background-color css
<style>
a { background-color: #7322ED; }
a { background-color: rgb(115,34,237); }
div.DivClassName
{
background-color: #7322ED;
}
.BgClassName
{
background-color: #7322ED;
}
</style>
border-color css
<style>
span { border-color: #7322ED; }
span { border-color: rgb(115,34,237); }
td.TdClassName
{
border-color: #7322ED;
}
.TagClassName
{
border-color: #7322ED;
}
</style>