Shades of Purple Heart #5539B4
Tints of Purple Heart #5539B4
RGB
CMYK
RGB Variations
Color information
#5539B4 (or 0x5539B4) is known color: Purple Heart. HEX triplet: 55, 39 and B4. RGB value is (85,57,180). Sum of RGB (Red+Green+Blue) = 85+57+180=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #5539B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539B4 is #AAC64B. Grayscale: #4E4E4E. Windows color (decimal): -11191884 or 11811157. OLE color: 11811157.
HSL color Cylindrical-coordinate representation of color #5539B4: hue angle of 253.66º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5539B4 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 57 | 180 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.29 |
| HSL | 253.66º | 0.52% | 0.46% | - |
| HSV(B) | 253.66º | 0.68% | 0.71% | - |
| XYZ | 13.45 | 8.15 | 44.04 | - |
| YUV | 79.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 180 | 0.53 | 0.68 | 0 | 0.29 | 253.66 | 0.52 | 0.46 |
| Hex | 55 | 39 | B4 | 35 | 44 | 0 | 1D | FE | 34 | 2E |
| Octal | 125 | 71 | 264 | 65 | 104 | 0 | 35 | 376 | 64 | 56 |
| Binary | 1010101 | 111001 | 10110100 | 110101 | 1000100 | 0 | 11101 | 11111110 | 110100 | 101110 |
Color Harmonies of #5539B4
Complementary color
Monochromatic Colors of #5539B4
Black with #5539B4
Text Example
Text Example
White with #5539B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5539B4; }
p { color: rgb(85,57,180); }
H1.HeaderClassName
{
color: #5539B4;
}
.AnyTagClassName
{
color: #5539B4;
}
</style>
background-color css
<style>
a { background-color: #5539B4; }
a { background-color: rgb(85,57,180); }
div.DivClassName
{
background-color: #5539B4;
}
.BgClassName
{
background-color: #5539B4;
}
</style>
border-color css
<style>
span { border-color: #5539B4; }
span { border-color: rgb(85,57,180); }
td.TdClassName
{
border-color: #5539B4;
}
.TagClassName
{
border-color: #5539B4;
}
</style>