Shades of Blue Violet #7324ED
Tints of Blue Violet #7324ED
RGB
CMYK
RGB Variations
Color information
#7324ED (or 0x7324ED) is known color: Blue Violet. HEX triplet: 73, 24 and ED. RGB value is (115,36,237). Sum of RGB (Red+Green+Blue) = 115+36+237=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #7324ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7324ED is #8CDB12. Grayscale: #515151. Windows color (decimal): -9231123 or 15541363. OLE color: 15541363.
HSL color Cylindrical-coordinate representation of color #7324ED: hue angle of 263.58º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7324ED is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 36 | 237 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.07 |
| HSL | 263.58º | 0.85% | 0.54% | - |
| HSV(B) | 263.58º | 0.85% | 0.93% | - |
| XYZ | 22.99 | 11.02 | 81.04 | - |
| YUV | 82.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 237 | 0.51 | 0.85 | 0 | 0.07 | 263.58 | 0.85 | 0.54 |
| Hex | 73 | 24 | ED | 33 | 55 | 0 | 7 | 108 | 55 | 36 |
| Octal | 163 | 44 | 355 | 63 | 125 | 0 | 7 | 410 | 125 | 66 |
| Binary | 1110011 | 100100 | 11101101 | 110011 | 1010101 | 0 | 111 | 100001000 | 1010101 | 110110 |
Color Harmonies of #7324ED
Complementary color
Monochromatic Colors of #7324ED
Black with #7324ED
Text Example
Text Example
White with #7324ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7324ED; }
p { color: rgb(115,36,237); }
H1.HeaderClassName
{
color: #7324ED;
}
.AnyTagClassName
{
color: #7324ED;
}
</style>
background-color css
<style>
a { background-color: #7324ED; }
a { background-color: rgb(115,36,237); }
div.DivClassName
{
background-color: #7324ED;
}
.BgClassName
{
background-color: #7324ED;
}
</style>
border-color css
<style>
span { border-color: #7324ED; }
span { border-color: rgb(115,36,237); }
td.TdClassName
{
border-color: #7324ED;
}
.TagClassName
{
border-color: #7324ED;
}
</style>