Shades of Purple Heart #5237CC
Tints of Purple Heart #5237CC
RGB
CMYK
RGB Variations
Color information
#5237CC (or 0x5237CC) is known color: Purple Heart. HEX triplet: 52, 37 and CC. RGB value is (82,55,204). Sum of RGB (Red+Green+Blue) = 82+55+204=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #5237CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237CC is #ADC833. Grayscale: #4F4F4F. Windows color (decimal): -11388980 or 13383506. OLE color: 13383506.
HSL color Cylindrical-coordinate representation of color #5237CC: hue angle of 250.87º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5237CC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 55 | 204 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.2 |
| HSL | 250.87º | 0.59% | 0.51% | - |
| HSV(B) | 250.87º | 0.73% | 0.8% | - |
| XYZ | 15.74 | 8.89 | 58.01 | - |
| YUV | 80.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 204 | 0.60 | 0.73 | 0 | 0.2 | 250.87 | 0.59 | 0.51 |
| Hex | 52 | 37 | CC | 3C | 49 | 0 | 14 | FB | 3B | 33 |
| Octal | 122 | 67 | 314 | 74 | 111 | 0 | 24 | 373 | 73 | 63 |
| Binary | 1010010 | 110111 | 11001100 | 111100 | 1001001 | 0 | 10100 | 11111011 | 111011 | 110011 |
Color Harmonies of #5237CC
Complementary color
Monochromatic Colors of #5237CC
Black with #5237CC
Text Example
Text Example
White with #5237CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237CC; }
p { color: rgb(82,55,204); }
H1.HeaderClassName
{
color: #5237CC;
}
.AnyTagClassName
{
color: #5237CC;
}
</style>
background-color css
<style>
a { background-color: #5237CC; }
a { background-color: rgb(82,55,204); }
div.DivClassName
{
background-color: #5237CC;
}
.BgClassName
{
background-color: #5237CC;
}
</style>
border-color css
<style>
span { border-color: #5237CC; }
span { border-color: rgb(82,55,204); }
td.TdClassName
{
border-color: #5237CC;
}
.TagClassName
{
border-color: #5237CC;
}
</style>