Shades of Purple Heart #5527BE
Tints of Purple Heart #5527BE
RGB
CMYK
RGB Variations
Color information
#5527BE (or 0x5527BE) is known color: Purple Heart. HEX triplet: 55, 27 and BE. RGB value is (85,39,190). Sum of RGB (Red+Green+Blue) = 85+39+190=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #5527BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527BE is #AAD841. Grayscale: #454545. Windows color (decimal): -11196482 or 12461909. OLE color: 12461909.
HSL color Cylindrical-coordinate representation of color #5527BE: hue angle of 258.28º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5527BE is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 39 | 190 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.25 |
| HSL | 258.28º | 0.66% | 0.45% | - |
| HSV(B) | 258.28º | 0.79% | 0.75% | - |
| XYZ | 13.77 | 7.1 | 49.36 | - |
| YUV | 69.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 190 | 0.55 | 0.79 | 0 | 0.25 | 258.28 | 0.66 | 0.45 |
| Hex | 55 | 27 | BE | 37 | 4F | 0 | 19 | 102 | 42 | 2D |
| Octal | 125 | 47 | 276 | 67 | 117 | 0 | 31 | 402 | 102 | 55 |
| Binary | 1010101 | 100111 | 10111110 | 110111 | 1001111 | 0 | 11001 | 100000010 | 1000010 | 101101 |
Color Harmonies of #5527BE
Complementary color
Monochromatic Colors of #5527BE
Black with #5527BE
Text Example
Text Example
White with #5527BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527BE; }
p { color: rgb(85,39,190); }
H1.HeaderClassName
{
color: #5527BE;
}
.AnyTagClassName
{
color: #5527BE;
}
</style>
background-color css
<style>
a { background-color: #5527BE; }
a { background-color: rgb(85,39,190); }
div.DivClassName
{
background-color: #5527BE;
}
.BgClassName
{
background-color: #5527BE;
}
</style>
border-color css
<style>
span { border-color: #5527BE; }
span { border-color: rgb(85,39,190); }
td.TdClassName
{
border-color: #5527BE;
}
.TagClassName
{
border-color: #5527BE;
}
</style>