Shades of Purple Heart #5528B7
Tints of Purple Heart #5528B7
RGB
CMYK
RGB Variations
Color information
#5528B7 (or 0x5528B7) is known color: Purple Heart. HEX triplet: 55, 28 and B7. RGB value is (85,40,183). Sum of RGB (Red+Green+Blue) = 85+40+183=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #5528B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528B7 is #AAD748. Grayscale: #454545. Windows color (decimal): -11196233 or 12003413. OLE color: 12003413.
HSL color Cylindrical-coordinate representation of color #5528B7: hue angle of 258.88º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5528B7 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 40 | 183 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.28 |
| HSL | 258.88º | 0.64% | 0.44% | - |
| HSV(B) | 258.88º | 0.78% | 0.72% | - |
| XYZ | 13.05 | 6.87 | 45.44 | - |
| YUV | 69.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 183 | 0.54 | 0.78 | 0 | 0.28 | 258.88 | 0.64 | 0.44 |
| Hex | 55 | 28 | B7 | 36 | 4E | 0 | 1C | 103 | 40 | 2C |
| Octal | 125 | 50 | 267 | 66 | 116 | 0 | 34 | 403 | 100 | 54 |
| Binary | 1010101 | 101000 | 10110111 | 110110 | 1001110 | 0 | 11100 | 100000011 | 1000000 | 101100 |
Color Harmonies of #5528B7
Complementary color
Monochromatic Colors of #5528B7
Black with #5528B7
Text Example
Text Example
White with #5528B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5528B7; }
p { color: rgb(85,40,183); }
H1.HeaderClassName
{
color: #5528B7;
}
.AnyTagClassName
{
color: #5528B7;
}
</style>
background-color css
<style>
a { background-color: #5528B7; }
a { background-color: rgb(85,40,183); }
div.DivClassName
{
background-color: #5528B7;
}
.BgClassName
{
background-color: #5528B7;
}
</style>
border-color css
<style>
span { border-color: #5528B7; }
span { border-color: rgb(85,40,183); }
td.TdClassName
{
border-color: #5528B7;
}
.TagClassName
{
border-color: #5528B7;
}
</style>