Shades of Purple Heart #5132CB
Tints of Purple Heart #5132CB
RGB
CMYK
RGB Variations
Color information
#5132CB (or 0x5132CB) is known color: Purple Heart. HEX triplet: 51, 32 and CB. RGB value is (81,50,203). Sum of RGB (Red+Green+Blue) = 81+50+203=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #5132CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132CB is #AECD34. Grayscale: #4C4C4C. Windows color (decimal): -11455797 or 13316689. OLE color: 13316689.
HSL color Cylindrical-coordinate representation of color #5132CB: hue angle of 252.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5132CB is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 50 | 203 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.20 |
| HSL | 252.16º | 0.6% | 0.5% | - |
| HSV(B) | 252.16º | 0.75% | 0.8% | - |
| XYZ | 15.31 | 8.34 | 57.3 | - |
| YUV | 76.71 | 199.27 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 203 | 0.60 | 0.75 | 0 | 0.20 | 252.16 | 0.6 | 0.5 |
| Hex | 51 | 32 | CB | 3C | 4B | 0 | 14 | FC | 3C | 32 |
| Octal | 121 | 62 | 313 | 74 | 113 | 0 | 24 | 374 | 74 | 62 |
| Binary | 1010001 | 110010 | 11001011 | 111100 | 1001011 | 0 | 10100 | 11111100 | 111100 | 110010 |
Color Harmonies of #5132CB
Complementary color
Monochromatic Colors of #5132CB
Black with #5132CB
Text Example
Text Example
White with #5132CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132CB; }
p { color: rgb(81,50,203); }
H1.HeaderClassName
{
color: #5132CB;
}
.AnyTagClassName
{
color: #5132CB;
}
</style>
background-color css
<style>
a { background-color: #5132CB; }
a { background-color: rgb(81,50,203); }
div.DivClassName
{
background-color: #5132CB;
}
.BgClassName
{
background-color: #5132CB;
}
</style>
border-color css
<style>
span { border-color: #5132CB; }
span { border-color: rgb(81,50,203); }
td.TdClassName
{
border-color: #5132CB;
}
.TagClassName
{
border-color: #5132CB;
}
</style>