Shades of Purple Heart #7237B5
Tints of Purple Heart #7237B5
RGB
CMYK
RGB Variations
Color information
#7237B5 (or 0x7237B5) is known color: Purple Heart. HEX triplet: 72, 37 and B5. RGB value is (114,55,181). Sum of RGB (Red+Green+Blue) = 114+55+181=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #7237B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7237B5 is #8DC84A. Grayscale: #565656. Windows color (decimal): -9291851 or 11876210. OLE color: 11876210.
HSL color Cylindrical-coordinate representation of color #7237B5: hue angle of 268.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7237B5 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 55 | 181 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.29 |
| HSL | 268.1º | 0.53% | 0.46% | - |
| HSV(B) | 268.1º | 0.7% | 0.71% | - |
| XYZ | 16.65 | 9.65 | 44.7 | - |
| YUV | 87.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 181 | 0.37 | 0.70 | 0 | 0.29 | 268.1 | 0.53 | 0.46 |
| Hex | 72 | 37 | B5 | 25 | 46 | 0 | 1D | 10C | 35 | 2E |
| Octal | 162 | 67 | 265 | 45 | 106 | 0 | 35 | 414 | 65 | 56 |
| Binary | 1110010 | 110111 | 10110101 | 100101 | 1000110 | 0 | 11101 | 100001100 | 110101 | 101110 |
Color Harmonies of #7237B5
Complementary color
Monochromatic Colors of #7237B5
Black with #7237B5
Text Example
Text Example
White with #7237B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7237B5; }
p { color: rgb(114,55,181); }
H1.HeaderClassName
{
color: #7237B5;
}
.AnyTagClassName
{
color: #7237B5;
}
</style>
background-color css
<style>
a { background-color: #7237B5; }
a { background-color: rgb(114,55,181); }
div.DivClassName
{
background-color: #7237B5;
}
.BgClassName
{
background-color: #7237B5;
}
</style>
border-color css
<style>
span { border-color: #7237B5; }
span { border-color: rgb(114,55,181); }
td.TdClassName
{
border-color: #7237B5;
}
.TagClassName
{
border-color: #7237B5;
}
</style>