Shades of Blue Violet #7324EF
Tints of Blue Violet #7324EF
RGB
CMYK
RGB Variations
Color information
#7324EF (or 0x7324EF) is known color: Blue Violet. HEX triplet: 73, 24 and EF. RGB value is (115,36,239). Sum of RGB (Red+Green+Blue) = 115+36+239=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #7324EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7324EF is #8CDB10. Grayscale: #525252. Windows color (decimal): -9231121 or 15672435. OLE color: 15672435.
HSL color Cylindrical-coordinate representation of color #7324EF: hue angle of 263.35º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7324EF is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 36 | 239 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.06 |
| HSL | 263.35º | 0.86% | 0.54% | - |
| HSV(B) | 263.35º | 0.85% | 0.94% | - |
| XYZ | 23.28 | 11.14 | 82.58 | - |
| YUV | 82.76 | 216.17 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 239 | 0.52 | 0.85 | 0 | 0.06 | 263.35 | 0.86 | 0.54 |
| Hex | 73 | 24 | EF | 34 | 55 | 0 | 6 | 107 | 56 | 36 |
| Octal | 163 | 44 | 357 | 64 | 125 | 0 | 6 | 407 | 126 | 66 |
| Binary | 1110011 | 100100 | 11101111 | 110100 | 1010101 | 0 | 110 | 100000111 | 1010110 | 110110 |
Color Harmonies of #7324EF
Complementary color
Monochromatic Colors of #7324EF
Black with #7324EF
Text Example
Text Example
White with #7324EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7324EF; }
p { color: rgb(115,36,239); }
H1.HeaderClassName
{
color: #7324EF;
}
.AnyTagClassName
{
color: #7324EF;
}
</style>
background-color css
<style>
a { background-color: #7324EF; }
a { background-color: rgb(115,36,239); }
div.DivClassName
{
background-color: #7324EF;
}
.BgClassName
{
background-color: #7324EF;
}
</style>
border-color css
<style>
span { border-color: #7324EF; }
span { border-color: rgb(115,36,239); }
td.TdClassName
{
border-color: #7324EF;
}
.TagClassName
{
border-color: #7324EF;
}
</style>