Shades of Purple Heart #5237BD
Tints of Purple Heart #5237BD
RGB
CMYK
RGB Variations
Color information
#5237BD (or 0x5237BD) is known color: Purple Heart. HEX triplet: 52, 37 and BD. RGB value is (82,55,189). Sum of RGB (Red+Green+Blue) = 82+55+189=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5237BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237BD is #ADC842. Grayscale: #4D4D4D. Windows color (decimal): -11388995 or 12400466. OLE color: 12400466.
HSL color Cylindrical-coordinate representation of color #5237BD: hue angle of 252.09º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5237BD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 55 | 189 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.26 |
| HSL | 252.09º | 0.55% | 0.48% | - |
| HSV(B) | 252.09º | 0.71% | 0.74% | - |
| XYZ | 14.03 | 8.2 | 48.99 | - |
| YUV | 78.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 189 | 0.57 | 0.71 | 0 | 0.26 | 252.09 | 0.55 | 0.48 |
| Hex | 52 | 37 | BD | 39 | 47 | 0 | 1A | FC | 37 | 30 |
| Octal | 122 | 67 | 275 | 71 | 107 | 0 | 32 | 374 | 67 | 60 |
| Binary | 1010010 | 110111 | 10111101 | 111001 | 1000111 | 0 | 11010 | 11111100 | 110111 | 110000 |
Color Harmonies of #5237BD
Complementary color
Monochromatic Colors of #5237BD
Black with #5237BD
Text Example
Text Example
White with #5237BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237BD; }
p { color: rgb(82,55,189); }
H1.HeaderClassName
{
color: #5237BD;
}
.AnyTagClassName
{
color: #5237BD;
}
</style>
background-color css
<style>
a { background-color: #5237BD; }
a { background-color: rgb(82,55,189); }
div.DivClassName
{
background-color: #5237BD;
}
.BgClassName
{
background-color: #5237BD;
}
</style>
border-color css
<style>
span { border-color: #5237BD; }
span { border-color: rgb(82,55,189); }
td.TdClassName
{
border-color: #5237BD;
}
.TagClassName
{
border-color: #5237BD;
}
</style>