Shades of Purple Heart #5124CB
Tints of Purple Heart #5124CB
RGB
CMYK
RGB Variations
Color information
#5124CB (or 0x5124CB) is known color: Purple Heart. HEX triplet: 51, 24 and CB. RGB value is (81,36,203). Sum of RGB (Red+Green+Blue) = 81+36+203=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #5124CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5124CB is #AEDB34. Grayscale: #434343. Windows color (decimal): -11459381 or 13313105. OLE color: 13313105.
HSL color Cylindrical-coordinate representation of color #5124CB: hue angle of 256.17º 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 #5124CB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 36 | 203 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.20 |
| HSL | 256.17º | 0.7% | 0.47% | - |
| HSV(B) | 256.17º | 0.82% | 0.8% | - |
| XYZ | 14.8 | 7.32 | 57.13 | - |
| YUV | 68.49 | 203.91 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 203 | 0.60 | 0.82 | 0 | 0.20 | 256.17 | 0.7 | 0.47 |
| Hex | 51 | 24 | CB | 3C | 52 | 0 | 14 | 100 | 46 | 2F |
| Octal | 121 | 44 | 313 | 74 | 122 | 0 | 24 | 400 | 106 | 57 |
| Binary | 1010001 | 100100 | 11001011 | 111100 | 1010010 | 0 | 10100 | 100000000 | 1000110 | 101111 |
Color Harmonies of #5124CB
Complementary color
Monochromatic Colors of #5124CB
Black with #5124CB
Text Example
Text Example
White with #5124CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5124CB; }
p { color: rgb(81,36,203); }
H1.HeaderClassName
{
color: #5124CB;
}
.AnyTagClassName
{
color: #5124CB;
}
</style>
background-color css
<style>
a { background-color: #5124CB; }
a { background-color: rgb(81,36,203); }
div.DivClassName
{
background-color: #5124CB;
}
.BgClassName
{
background-color: #5124CB;
}
</style>
border-color css
<style>
span { border-color: #5124CB; }
span { border-color: rgb(81,36,203); }
td.TdClassName
{
border-color: #5124CB;
}
.TagClassName
{
border-color: #5124CB;
}
</style>