Shades of Blue Violet #7237E5
Tints of Blue Violet #7237E5
RGB
CMYK
RGB Variations
Color information
#7237E5 (or 0x7237E5) is known color: Blue Violet. HEX triplet: 72, 37 and E5. RGB value is (114,55,229). Sum of RGB (Red+Green+Blue) = 114+55+229=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #7237E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7237E5 is #8DC81A. Grayscale: #5B5B5B. Windows color (decimal): -9291803 or 15021938. OLE color: 15021938.
HSL color Cylindrical-coordinate representation of color #7237E5: hue angle of 260.34º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7237E5 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 55 | 229 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.10 |
| HSL | 260.34º | 0.77% | 0.56% | - |
| HSV(B) | 260.34º | 0.76% | 0.9% | - |
| XYZ | 22.45 | 11.97 | 75.26 | - |
| YUV | 92.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 229 | 0.50 | 0.76 | 0 | 0.10 | 260.34 | 0.77 | 0.56 |
| Hex | 72 | 37 | E5 | 32 | 4C | 0 | A | 104 | 4D | 38 |
| Octal | 162 | 67 | 345 | 62 | 114 | 0 | 12 | 404 | 115 | 70 |
| Binary | 1110010 | 110111 | 11100101 | 110010 | 1001100 | 0 | 1010 | 100000100 | 1001101 | 111000 |
Color Harmonies of #7237E5
Complementary color
Monochromatic Colors of #7237E5
Black with #7237E5
Text Example
Text Example
White with #7237E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7237E5; }
p { color: rgb(114,55,229); }
H1.HeaderClassName
{
color: #7237E5;
}
.AnyTagClassName
{
color: #7237E5;
}
</style>
background-color css
<style>
a { background-color: #7237E5; }
a { background-color: rgb(114,55,229); }
div.DivClassName
{
background-color: #7237E5;
}
.BgClassName
{
background-color: #7237E5;
}
</style>
border-color css
<style>
span { border-color: #7237E5; }
span { border-color: rgb(114,55,229); }
td.TdClassName
{
border-color: #7237E5;
}
.TagClassName
{
border-color: #7237E5;
}
</style>