Shades of Purple Heart #5132CE
Tints of Purple Heart #5132CE
RGB
CMYK
RGB Variations
Color information
#5132CE (or 0x5132CE) is known color: Purple Heart. HEX triplet: 51, 32 and CE. RGB value is (81,50,206). Sum of RGB (Red+Green+Blue) = 81+50+206=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #5132CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132CE is #AECD31. Grayscale: #4C4C4C. Windows color (decimal): -11455794 or 13513297. OLE color: 13513297.
HSL color Cylindrical-coordinate representation of color #5132CE: hue angle of 251.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5132CE is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 50 | 206 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.19 |
| HSL | 251.92º | 0.61% | 0.5% | - |
| HSV(B) | 251.92º | 0.76% | 0.81% | - |
| XYZ | 15.67 | 8.49 | 59.2 | - |
| YUV | 77.05 | 200.77 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 206 | 0.61 | 0.76 | 0 | 0.19 | 251.92 | 0.61 | 0.5 |
| Hex | 51 | 32 | CE | 3D | 4C | 0 | 13 | FC | 3D | 32 |
| Octal | 121 | 62 | 316 | 75 | 114 | 0 | 23 | 374 | 75 | 62 |
| Binary | 1010001 | 110010 | 11001110 | 111101 | 1001100 | 0 | 10011 | 11111100 | 111101 | 110010 |
Color Harmonies of #5132CE
Complementary color
Monochromatic Colors of #5132CE
Black with #5132CE
Text Example
Text Example
White with #5132CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132CE; }
p { color: rgb(81,50,206); }
H1.HeaderClassName
{
color: #5132CE;
}
.AnyTagClassName
{
color: #5132CE;
}
</style>
background-color css
<style>
a { background-color: #5132CE; }
a { background-color: rgb(81,50,206); }
div.DivClassName
{
background-color: #5132CE;
}
.BgClassName
{
background-color: #5132CE;
}
</style>
border-color css
<style>
span { border-color: #5132CE; }
span { border-color: rgb(81,50,206); }
td.TdClassName
{
border-color: #5132CE;
}
.TagClassName
{
border-color: #5132CE;
}
</style>