Shades of Purple Heart #5527D7
Tints of Purple Heart #5527D7
RGB
CMYK
RGB Variations
Color information
#5527D7 (or 0x5527D7) is known color: Purple Heart. HEX triplet: 55, 27 and D7. RGB value is (85,39,215). Sum of RGB (Red+Green+Blue) = 85+39+215=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 215 (84.38% from 255 or 63.42% from 339); Max value from RGB is 215 - color contains mainly: blue. Hex color #5527D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527D7 is #AAD828. Grayscale: #484848. Windows color (decimal): -11196457 or 14100309. OLE color: 14100309.
HSL color Cylindrical-coordinate representation of color #5527D7: hue angle of 255.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5527D7 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 39 | 215 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.16 |
| HSL | 255.68º | 0.69% | 0.5% | - |
| HSV(B) | 255.68º | 0.82% | 0.84% | - |
| XYZ | 16.74 | 8.29 | 65.01 | - |
| YUV | 72.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 215 | 0.60 | 0.82 | 0 | 0.16 | 255.68 | 0.69 | 0.5 |
| Hex | 55 | 27 | D7 | 3C | 52 | 0 | 10 | 100 | 45 | 32 |
| Octal | 125 | 47 | 327 | 74 | 122 | 0 | 20 | 400 | 105 | 62 |
| Binary | 1010101 | 100111 | 11010111 | 111100 | 1010010 | 0 | 10000 | 100000000 | 1000101 | 110010 |
Color Harmonies of #5527D7
Complementary color
Monochromatic Colors of #5527D7
Black with #5527D7
Text Example
Text Example
White with #5527D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527D7; }
p { color: rgb(85,39,215); }
H1.HeaderClassName
{
color: #5527D7;
}
.AnyTagClassName
{
color: #5527D7;
}
</style>
background-color css
<style>
a { background-color: #5527D7; }
a { background-color: rgb(85,39,215); }
div.DivClassName
{
background-color: #5527D7;
}
.BgClassName
{
background-color: #5527D7;
}
</style>
border-color css
<style>
span { border-color: #5527D7; }
span { border-color: rgb(85,39,215); }
td.TdClassName
{
border-color: #5527D7;
}
.TagClassName
{
border-color: #5527D7;
}
</style>