Shades of Purple Heart #5524B2
Tints of Purple Heart #5524B2
RGB
CMYK
RGB Variations
Color information
#5524B2 (or 0x5524B2) is known color: Purple Heart. HEX triplet: 55, 24 and B2. RGB value is (85,36,178). Sum of RGB (Red+Green+Blue) = 85+36+178=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #5524B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5524B2 is #AADB4D. Grayscale: #424242. Windows color (decimal): -11197262 or 11674709. OLE color: 11674709.
HSL color Cylindrical-coordinate representation of color #5524B2: hue angle of 260.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5524B2 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 36 | 178 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.30 |
| HSL | 260.7º | 0.66% | 0.42% | - |
| HSV(B) | 260.7º | 0.8% | 0.7% | - |
| XYZ | 12.41 | 6.41 | 42.7 | - |
| YUV | 66.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 178 | 0.52 | 0.80 | 0 | 0.30 | 260.7 | 0.66 | 0.42 |
| Hex | 55 | 24 | B2 | 34 | 50 | 0 | 1E | 105 | 42 | 2A |
| Octal | 125 | 44 | 262 | 64 | 120 | 0 | 36 | 405 | 102 | 52 |
| Binary | 1010101 | 100100 | 10110010 | 110100 | 1010000 | 0 | 11110 | 100000101 | 1000010 | 101010 |
Color Harmonies of #5524B2
Complementary color
Monochromatic Colors of #5524B2
Black with #5524B2
Text Example
Text Example
White with #5524B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5524B2; }
p { color: rgb(85,36,178); }
H1.HeaderClassName
{
color: #5524B2;
}
.AnyTagClassName
{
color: #5524B2;
}
</style>
background-color css
<style>
a { background-color: #5524B2; }
a { background-color: rgb(85,36,178); }
div.DivClassName
{
background-color: #5524B2;
}
.BgClassName
{
background-color: #5524B2;
}
</style>
border-color css
<style>
span { border-color: #5524B2; }
span { border-color: rgb(85,36,178); }
td.TdClassName
{
border-color: #5524B2;
}
.TagClassName
{
border-color: #5524B2;
}
</style>