Shades of Purple Heart #5237CB
Tints of Purple Heart #5237CB
RGB
CMYK
RGB Variations
Color information
#5237CB (or 0x5237CB) is known color: Purple Heart. HEX triplet: 52, 37 and CB. RGB value is (82,55,203). Sum of RGB (Red+Green+Blue) = 82+55+203=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #5237CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237CB is #ADC834. Grayscale: #4F4F4F. Windows color (decimal): -11388981 or 13317970. OLE color: 13317970.
HSL color Cylindrical-coordinate representation of color #5237CB: hue angle of 250.95º 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 #5237CB is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 55 | 203 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.20 |
| HSL | 250.95º | 0.59% | 0.51% | - |
| HSV(B) | 250.95º | 0.73% | 0.8% | - |
| XYZ | 15.63 | 8.84 | 57.38 | - |
| YUV | 79.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 203 | 0.60 | 0.73 | 0 | 0.20 | 250.95 | 0.59 | 0.51 |
| Hex | 52 | 37 | CB | 3C | 49 | 0 | 14 | FB | 3B | 33 |
| Octal | 122 | 67 | 313 | 74 | 111 | 0 | 24 | 373 | 73 | 63 |
| Binary | 1010010 | 110111 | 11001011 | 111100 | 1001001 | 0 | 10100 | 11111011 | 111011 | 110011 |
Color Harmonies of #5237CB
Complementary color
Monochromatic Colors of #5237CB
Black with #5237CB
Text Example
Text Example
White with #5237CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237CB; }
p { color: rgb(82,55,203); }
H1.HeaderClassName
{
color: #5237CB;
}
.AnyTagClassName
{
color: #5237CB;
}
</style>
background-color css
<style>
a { background-color: #5237CB; }
a { background-color: rgb(82,55,203); }
div.DivClassName
{
background-color: #5237CB;
}
.BgClassName
{
background-color: #5237CB;
}
</style>
border-color css
<style>
span { border-color: #5237CB; }
span { border-color: rgb(82,55,203); }
td.TdClassName
{
border-color: #5237CB;
}
.TagClassName
{
border-color: #5237CB;
}
</style>