Shades of Purple Heart #5132AC
Tints of Purple Heart #5132AC
RGB
CMYK
RGB Variations
Color information
#5132AC (or 0x5132AC) is known color: Purple Heart. HEX triplet: 51, 32 and AC. RGB value is (81,50,172). Sum of RGB (Red+Green+Blue) = 81+50+172=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #5132AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5132AC is #AECD53. Grayscale: #484848. Windows color (decimal): -11455828 or 11285073. OLE color: 11285073.
HSL color Cylindrical-coordinate representation of color #5132AC: hue angle of 255.25º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5132AC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 50 | 172 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.33 |
| HSL | 255.25º | 0.55% | 0.44% | - |
| HSV(B) | 255.25º | 0.71% | 0.67% | - |
| XYZ | 11.98 | 7.01 | 39.75 | - |
| YUV | 73.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 172 | 0.53 | 0.71 | 0 | 0.33 | 255.25 | 0.55 | 0.44 |
| Hex | 51 | 32 | AC | 35 | 47 | 0 | 21 | FF | 37 | 2C |
| Octal | 121 | 62 | 254 | 65 | 107 | 0 | 41 | 377 | 67 | 54 |
| Binary | 1010001 | 110010 | 10101100 | 110101 | 1000111 | 0 | 100001 | 11111111 | 110111 | 101100 |
Color Harmonies of #5132AC
Complementary color
Monochromatic Colors of #5132AC
Black with #5132AC
Text Example
Text Example
White with #5132AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132AC; }
p { color: rgb(81,50,172); }
H1.HeaderClassName
{
color: #5132AC;
}
.AnyTagClassName
{
color: #5132AC;
}
</style>
background-color css
<style>
a { background-color: #5132AC; }
a { background-color: rgb(81,50,172); }
div.DivClassName
{
background-color: #5132AC;
}
.BgClassName
{
background-color: #5132AC;
}
</style>
border-color css
<style>
span { border-color: #5132AC; }
span { border-color: rgb(81,50,172); }
td.TdClassName
{
border-color: #5132AC;
}
.TagClassName
{
border-color: #5132AC;
}
</style>