Shades of Purple Heart #5527BD
Tints of Purple Heart #5527BD
RGB
CMYK
RGB Variations
Color information
#5527BD (or 0x5527BD) is known color: Purple Heart. HEX triplet: 55, 27 and BD. RGB value is (85,39,189). Sum of RGB (Red+Green+Blue) = 85+39+189=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #5527BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527BD is #AAD842. Grayscale: #454545. Windows color (decimal): -11196483 or 12396373. OLE color: 12396373.
HSL color Cylindrical-coordinate representation of color #5527BD: hue angle of 258.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5527BD is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 39 | 189 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.26 |
| HSL | 258.4º | 0.66% | 0.45% | - |
| HSV(B) | 258.4º | 0.79% | 0.74% | - |
| XYZ | 13.66 | 7.06 | 48.79 | - |
| YUV | 69.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 189 | 0.55 | 0.79 | 0 | 0.26 | 258.4 | 0.66 | 0.45 |
| Hex | 55 | 27 | BD | 37 | 4F | 0 | 1A | 102 | 42 | 2D |
| Octal | 125 | 47 | 275 | 67 | 117 | 0 | 32 | 402 | 102 | 55 |
| Binary | 1010101 | 100111 | 10111101 | 110111 | 1001111 | 0 | 11010 | 100000010 | 1000010 | 101101 |
Color Harmonies of #5527BD
Complementary color
Monochromatic Colors of #5527BD
Black with #5527BD
Text Example
Text Example
White with #5527BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527BD; }
p { color: rgb(85,39,189); }
H1.HeaderClassName
{
color: #5527BD;
}
.AnyTagClassName
{
color: #5527BD;
}
</style>
background-color css
<style>
a { background-color: #5527BD; }
a { background-color: rgb(85,39,189); }
div.DivClassName
{
background-color: #5527BD;
}
.BgClassName
{
background-color: #5527BD;
}
</style>
border-color css
<style>
span { border-color: #5527BD; }
span { border-color: rgb(85,39,189); }
td.TdClassName
{
border-color: #5527BD;
}
.TagClassName
{
border-color: #5527BD;
}
</style>