Shades of Blue Violet #7237E0
Tints of Blue Violet #7237E0
RGB
CMYK
RGB Variations
Color information
#7237E0 (or 0x7237E0) is known color: Blue Violet. HEX triplet: 72, 37 and E0. RGB value is (114,55,224). Sum of RGB (Red+Green+Blue) = 114+55+224=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #7237E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7237E0 is #8DC81F. Grayscale: #5B5B5B. Windows color (decimal): -9291808 or 14694258. OLE color: 14694258.
HSL color Cylindrical-coordinate representation of color #7237E0: hue angle of 260.95º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7237E0 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 55 | 224 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.12 |
| HSL | 260.95º | 0.73% | 0.55% | - |
| HSV(B) | 260.95º | 0.75% | 0.88% | - |
| XYZ | 21.76 | 11.69 | 71.63 | - |
| YUV | 91.91 | 202.55 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 224 | 0.49 | 0.75 | 0 | 0.12 | 260.95 | 0.73 | 0.55 |
| Hex | 72 | 37 | E0 | 31 | 4B | 0 | C | 105 | 49 | 37 |
| Octal | 162 | 67 | 340 | 61 | 113 | 0 | 14 | 405 | 111 | 67 |
| Binary | 1110010 | 110111 | 11100000 | 110001 | 1001011 | 0 | 1100 | 100000101 | 1001001 | 110111 |
Color Harmonies of #7237E0
Complementary color
Monochromatic Colors of #7237E0
Black with #7237E0
Text Example
Text Example
White with #7237E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7237E0; }
p { color: rgb(114,55,224); }
H1.HeaderClassName
{
color: #7237E0;
}
.AnyTagClassName
{
color: #7237E0;
}
</style>
background-color css
<style>
a { background-color: #7237E0; }
a { background-color: rgb(114,55,224); }
div.DivClassName
{
background-color: #7237E0;
}
.BgClassName
{
background-color: #7237E0;
}
</style>
border-color css
<style>
span { border-color: #7237E0; }
span { border-color: rgb(114,55,224); }
td.TdClassName
{
border-color: #7237E0;
}
.TagClassName
{
border-color: #7237E0;
}
</style>