Shades of Purple Heart #5724CB
Tints of Purple Heart #5724CB
RGB
CMYK
RGB Variations
Color information
#5724CB (or 0x5724CB) is known color: Purple Heart. HEX triplet: 57, 24 and CB. RGB value is (87,36,203). Sum of RGB (Red+Green+Blue) = 87+36+203=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #5724CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5724CB is #A8DB34. Grayscale: #454545. Windows color (decimal): -11066165 or 13313111. OLE color: 13313111.
HSL color Cylindrical-coordinate representation of color #5724CB: hue angle of 258.32º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5724CB is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 36 | 203 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.20 |
| HSL | 258.32º | 0.7% | 0.47% | - |
| HSV(B) | 258.32º | 0.82% | 0.8% | - |
| XYZ | 15.34 | 7.6 | 57.16 | - |
| YUV | 70.29 | 202.9 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 203 | 0.57 | 0.82 | 0 | 0.20 | 258.32 | 0.7 | 0.47 |
| Hex | 57 | 24 | CB | 39 | 52 | 0 | 14 | 102 | 46 | 2F |
| Octal | 127 | 44 | 313 | 71 | 122 | 0 | 24 | 402 | 106 | 57 |
| Binary | 1010111 | 100100 | 11001011 | 111001 | 1010010 | 0 | 10100 | 100000010 | 1000110 | 101111 |
Color Harmonies of #5724CB
Complementary color
Monochromatic Colors of #5724CB
Black with #5724CB
Text Example
Text Example
White with #5724CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724CB; }
p { color: rgb(87,36,203); }
H1.HeaderClassName
{
color: #5724CB;
}
.AnyTagClassName
{
color: #5724CB;
}
</style>
background-color css
<style>
a { background-color: #5724CB; }
a { background-color: rgb(87,36,203); }
div.DivClassName
{
background-color: #5724CB;
}
.BgClassName
{
background-color: #5724CB;
}
</style>
border-color css
<style>
span { border-color: #5724CB; }
span { border-color: rgb(87,36,203); }
td.TdClassName
{
border-color: #5724CB;
}
.TagClassName
{
border-color: #5724CB;
}
</style>