Shades of Purple Heart #5237DC
Tints of Purple Heart #5237DC
RGB
CMYK
RGB Variations
Color information
#5237DC (or 0x5237DC) is known color: Purple Heart. HEX triplet: 52, 37 and DC. RGB value is (82,55,220). Sum of RGB (Red+Green+Blue) = 82+55+220=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5237DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237DC is #ADC823. Grayscale: #515151. Windows color (decimal): -11388964 or 14432082. OLE color: 14432082.
HSL color Cylindrical-coordinate representation of color #5237DC: hue angle of 249.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5237DC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 55 | 220 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.14 |
| HSL | 249.82º | 0.7% | 0.54% | - |
| HSV(B) | 249.82º | 0.75% | 0.86% | - |
| XYZ | 17.76 | 9.69 | 68.64 | - |
| YUV | 81.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 220 | 0.63 | 0.75 | 0 | 0.14 | 249.82 | 0.7 | 0.54 |
| Hex | 52 | 37 | DC | 3F | 4B | 0 | E | FA | 46 | 36 |
| Octal | 122 | 67 | 334 | 77 | 113 | 0 | 16 | 372 | 106 | 66 |
| Binary | 1010010 | 110111 | 11011100 | 111111 | 1001011 | 0 | 1110 | 11111010 | 1000110 | 110110 |
Color Harmonies of #5237DC
Complementary color
Monochromatic Colors of #5237DC
Black with #5237DC
Text Example
Text Example
White with #5237DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237DC; }
p { color: rgb(82,55,220); }
H1.HeaderClassName
{
color: #5237DC;
}
.AnyTagClassName
{
color: #5237DC;
}
</style>
background-color css
<style>
a { background-color: #5237DC; }
a { background-color: rgb(82,55,220); }
div.DivClassName
{
background-color: #5237DC;
}
.BgClassName
{
background-color: #5237DC;
}
</style>
border-color css
<style>
span { border-color: #5237DC; }
span { border-color: rgb(82,55,220); }
td.TdClassName
{
border-color: #5237DC;
}
.TagClassName
{
border-color: #5237DC;
}
</style>