Shades of Purple Heart #5518B1
Tints of Purple Heart #5518B1
RGB
CMYK
RGB Variations
Color information
#5518B1 (or 0x5518B1) is known color: Purple Heart. HEX triplet: 55, 18 and B1. RGB value is (85,24,177). Sum of RGB (Red+Green+Blue) = 85+24+177=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #5518B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5518B1 is #AAE74E. Grayscale: #3B3B3B. Windows color (decimal): -11200335 or 11606101. OLE color: 11606101.
HSL color Cylindrical-coordinate representation of color #5518B1: hue angle of 263.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5518B1 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 24 | 177 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.31 |
| HSL | 263.92º | 0.76% | 0.39% | - |
| HSV(B) | 263.92º | 0.86% | 0.69% | - |
| XYZ | 12.01 | 5.76 | 42.07 | - |
| YUV | 59.68 | 194.21 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 177 | 0.52 | 0.86 | 0 | 0.31 | 263.92 | 0.76 | 0.39 |
| Hex | 55 | 18 | B1 | 34 | 56 | 0 | 1F | 108 | 4C | 27 |
| Octal | 125 | 30 | 261 | 64 | 126 | 0 | 37 | 410 | 114 | 47 |
| Binary | 1010101 | 11000 | 10110001 | 110100 | 1010110 | 0 | 11111 | 100001000 | 1001100 | 100111 |
Color Harmonies of #5518B1
Complementary color
Monochromatic Colors of #5518B1
Black with #5518B1
Text Example
Text Example
White with #5518B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5518B1; }
p { color: rgb(85,24,177); }
H1.HeaderClassName
{
color: #5518B1;
}
.AnyTagClassName
{
color: #5518B1;
}
</style>
background-color css
<style>
a { background-color: #5518B1; }
a { background-color: rgb(85,24,177); }
div.DivClassName
{
background-color: #5518B1;
}
.BgClassName
{
background-color: #5518B1;
}
</style>
border-color css
<style>
span { border-color: #5518B1; }
span { border-color: rgb(85,24,177); }
td.TdClassName
{
border-color: #5518B1;
}
.TagClassName
{
border-color: #5518B1;
}
</style>