Shades of Purple Heart #5532B9
Tints of Purple Heart #5532B9
RGB
CMYK
RGB Variations
Color information
#5532B9 (or 0x5532B9) is known color: Purple Heart. HEX triplet: 55, 32 and B9. RGB value is (85,50,185). Sum of RGB (Red+Green+Blue) = 85+50+185=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 185 (72.66% from 255 or 57.81% from 320); Max value from RGB is 185 - color contains mainly: blue. Hex color #5532B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5532B9 is #AACD46. Grayscale: #4B4B4B. Windows color (decimal): -11193671 or 12137045. OLE color: 12137045.
HSL color Cylindrical-coordinate representation of color #5532B9: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5532B9 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 50 | 185 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.27 |
| HSL | 255.56º | 0.57% | 0.46% | - |
| HSV(B) | 255.56º | 0.73% | 0.73% | - |
| XYZ | 13.64 | 7.72 | 46.67 | - |
| YUV | 75.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 185 | 0.54 | 0.73 | 0 | 0.27 | 255.56 | 0.57 | 0.46 |
| Hex | 55 | 32 | B9 | 36 | 49 | 0 | 1B | 100 | 39 | 2E |
| Octal | 125 | 62 | 271 | 66 | 111 | 0 | 33 | 400 | 71 | 56 |
| Binary | 1010101 | 110010 | 10111001 | 110110 | 1001001 | 0 | 11011 | 100000000 | 111001 | 101110 |
Color Harmonies of #5532B9
Complementary color
Monochromatic Colors of #5532B9
Black with #5532B9
Text Example
Text Example
White with #5532B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5532B9; }
p { color: rgb(85,50,185); }
H1.HeaderClassName
{
color: #5532B9;
}
.AnyTagClassName
{
color: #5532B9;
}
</style>
background-color css
<style>
a { background-color: #5532B9; }
a { background-color: rgb(85,50,185); }
div.DivClassName
{
background-color: #5532B9;
}
.BgClassName
{
background-color: #5532B9;
}
</style>
border-color css
<style>
span { border-color: #5532B9; }
span { border-color: rgb(85,50,185); }
td.TdClassName
{
border-color: #5532B9;
}
.TagClassName
{
border-color: #5532B9;
}
</style>