Shades of Purple Heart #5527D5
Tints of Purple Heart #5527D5
RGB
CMYK
RGB Variations
Color information
#5527D5 (or 0x5527D5) is known color: Purple Heart. HEX triplet: 55, 27 and D5. RGB value is (85,39,213). Sum of RGB (Red+Green+Blue) = 85+39+213=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #5527D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527D5 is #AAD82A. Grayscale: #474747. Windows color (decimal): -11196459 or 13969237. OLE color: 13969237.
HSL color Cylindrical-coordinate representation of color #5527D5: hue angle of 255.86º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5527D5 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 39 | 213 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.16 |
| HSL | 255.86º | 0.69% | 0.49% | - |
| HSV(B) | 255.86º | 0.82% | 0.84% | - |
| XYZ | 16.48 | 8.19 | 63.66 | - |
| YUV | 72.59 | 207.24 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 213 | 0.60 | 0.82 | 0 | 0.16 | 255.86 | 0.69 | 0.49 |
| Hex | 55 | 27 | D5 | 3C | 52 | 0 | 10 | 100 | 45 | 31 |
| Octal | 125 | 47 | 325 | 74 | 122 | 0 | 20 | 400 | 105 | 61 |
| Binary | 1010101 | 100111 | 11010101 | 111100 | 1010010 | 0 | 10000 | 100000000 | 1000101 | 110001 |
Color Harmonies of #5527D5
Complementary color
Monochromatic Colors of #5527D5
Black with #5527D5
Text Example
Text Example
White with #5527D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527D5; }
p { color: rgb(85,39,213); }
H1.HeaderClassName
{
color: #5527D5;
}
.AnyTagClassName
{
color: #5527D5;
}
</style>
background-color css
<style>
a { background-color: #5527D5; }
a { background-color: rgb(85,39,213); }
div.DivClassName
{
background-color: #5527D5;
}
.BgClassName
{
background-color: #5527D5;
}
</style>
border-color css
<style>
span { border-color: #5527D5; }
span { border-color: rgb(85,39,213); }
td.TdClassName
{
border-color: #5527D5;
}
.TagClassName
{
border-color: #5527D5;
}
</style>