Shades of Blue Violet #7239EF
Tints of Blue Violet #7239EF
RGB
CMYK
RGB Variations
Color information
#7239EF (or 0x7239EF) is known color: Blue Violet. HEX triplet: 72, 39 and EF. RGB value is (114,57,239). Sum of RGB (Red+Green+Blue) = 114+57+239=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #7239EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7239EF is #8DC610. Grayscale: #5E5E5E. Windows color (decimal): -9291281 or 15677810. OLE color: 15677810.
HSL color Cylindrical-coordinate representation of color #7239EF: hue angle of 258.79º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7239EF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 57 | 239 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.06 |
| HSL | 258.79º | 0.85% | 0.58% | - |
| HSV(B) | 258.79º | 0.76% | 0.94% | - |
| XYZ | 23.98 | 12.74 | 82.86 | - |
| YUV | 94.79 | 209.38 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 239 | 0.52 | 0.76 | 0 | 0.06 | 258.79 | 0.85 | 0.58 |
| Hex | 72 | 39 | EF | 34 | 4C | 0 | 6 | 103 | 55 | 3A |
| Octal | 162 | 71 | 357 | 64 | 114 | 0 | 6 | 403 | 125 | 72 |
| Binary | 1110010 | 111001 | 11101111 | 110100 | 1001100 | 0 | 110 | 100000011 | 1010101 | 111010 |
Color Harmonies of #7239EF
Complementary color
Monochromatic Colors of #7239EF
Black with #7239EF
Text Example
Text Example
White with #7239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7239EF; }
p { color: rgb(114,57,239); }
H1.HeaderClassName
{
color: #7239EF;
}
.AnyTagClassName
{
color: #7239EF;
}
</style>
background-color css
<style>
a { background-color: #7239EF; }
a { background-color: rgb(114,57,239); }
div.DivClassName
{
background-color: #7239EF;
}
.BgClassName
{
background-color: #7239EF;
}
</style>
border-color css
<style>
span { border-color: #7239EF; }
span { border-color: rgb(114,57,239); }
td.TdClassName
{
border-color: #7239EF;
}
.TagClassName
{
border-color: #7239EF;
}
</style>