Shades of Purple Heart #5237DD
Tints of Purple Heart #5237DD
RGB
CMYK
RGB Variations
Color information
#5237DD (or 0x5237DD) is known color: Purple Heart. HEX triplet: 52, 37 and DD. RGB value is (82,55,221). Sum of RGB (Red+Green+Blue) = 82+55+221=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #5237DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237DD is #ADC822. Grayscale: #515151. Windows color (decimal): -11388963 or 14497618. OLE color: 14497618.
HSL color Cylindrical-coordinate representation of color #5237DD: hue angle of 249.76º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5237DD is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 55 | 221 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.13 |
| HSL | 249.76º | 0.71% | 0.54% | - |
| HSV(B) | 249.76º | 0.75% | 0.87% | - |
| XYZ | 17.9 | 9.75 | 69.34 | - |
| YUV | 82 | 206.45 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 221 | 0.63 | 0.75 | 0 | 0.13 | 249.76 | 0.71 | 0.54 |
| Hex | 52 | 37 | DD | 3F | 4B | 0 | D | FA | 47 | 36 |
| Octal | 122 | 67 | 335 | 77 | 113 | 0 | 15 | 372 | 107 | 66 |
| Binary | 1010010 | 110111 | 11011101 | 111111 | 1001011 | 0 | 1101 | 11111010 | 1000111 | 110110 |
Color Harmonies of #5237DD
Complementary color
Monochromatic Colors of #5237DD
Black with #5237DD
Text Example
Text Example
White with #5237DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237DD; }
p { color: rgb(82,55,221); }
H1.HeaderClassName
{
color: #5237DD;
}
.AnyTagClassName
{
color: #5237DD;
}
</style>
background-color css
<style>
a { background-color: #5237DD; }
a { background-color: rgb(82,55,221); }
div.DivClassName
{
background-color: #5237DD;
}
.BgClassName
{
background-color: #5237DD;
}
</style>
border-color css
<style>
span { border-color: #5237DD; }
span { border-color: rgb(82,55,221); }
td.TdClassName
{
border-color: #5237DD;
}
.TagClassName
{
border-color: #5237DD;
}
</style>