Shades of Purple Heart #5518B7
Tints of Purple Heart #5518B7
RGB
CMYK
RGB Variations
Color information
#5518B7 (or 0x5518B7) is known color: Purple Heart. HEX triplet: 55, 18 and B7. RGB value is (85,24,183). Sum of RGB (Red+Green+Blue) = 85+24+183=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #5518B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518B7 is #AAE748. Grayscale: #3B3B3B. Windows color (decimal): -11200329 or 11999317. OLE color: 11999317.
HSL color Cylindrical-coordinate representation of color #5518B7: hue angle of 263.02º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5518B7 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 24 | 183 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.28 |
| HSL | 263.02º | 0.77% | 0.41% | - |
| HSV(B) | 263.02º | 0.87% | 0.72% | - |
| XYZ | 12.62 | 6 | 45.29 | - |
| YUV | 60.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 183 | 0.54 | 0.87 | 0 | 0.28 | 263.02 | 0.77 | 0.41 |
| Hex | 55 | 18 | B7 | 36 | 57 | 0 | 1C | 107 | 4D | 29 |
| Octal | 125 | 30 | 267 | 66 | 127 | 0 | 34 | 407 | 115 | 51 |
| Binary | 1010101 | 11000 | 10110111 | 110110 | 1010111 | 0 | 11100 | 100000111 | 1001101 | 101001 |
Color Harmonies of #5518B7
Complementary color
Monochromatic Colors of #5518B7
Black with #5518B7
Text Example
Text Example
White with #5518B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5518B7; }
p { color: rgb(85,24,183); }
H1.HeaderClassName
{
color: #5518B7;
}
.AnyTagClassName
{
color: #5518B7;
}
</style>
background-color css
<style>
a { background-color: #5518B7; }
a { background-color: rgb(85,24,183); }
div.DivClassName
{
background-color: #5518B7;
}
.BgClassName
{
background-color: #5518B7;
}
</style>
border-color css
<style>
span { border-color: #5518B7; }
span { border-color: rgb(85,24,183); }
td.TdClassName
{
border-color: #5518B7;
}
.TagClassName
{
border-color: #5518B7;
}
</style>