Shades of Purple Heart #5537DD
Tints of Purple Heart #5537DD
RGB
CMYK
RGB Variations
Color information
#5537DD (or 0x5537DD) is known color: Purple Heart. HEX triplet: 55, 37 and DD. RGB value is (85,55,221). Sum of RGB (Red+Green+Blue) = 85+55+221=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #5537DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537DD is #AAC822. Grayscale: #525252. Windows color (decimal): -11192355 or 14497621. OLE color: 14497621.
HSL color Cylindrical-coordinate representation of color #5537DD: hue angle of 250.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5537DD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 55 | 221 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.13 |
| HSL | 250.84º | 0.71% | 0.54% | - |
| HSV(B) | 250.84º | 0.75% | 0.87% | - |
| XYZ | 18.16 | 9.88 | 69.36 | - |
| YUV | 82.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 221 | 0.62 | 0.75 | 0 | 0.13 | 250.84 | 0.71 | 0.54 |
| Hex | 55 | 37 | DD | 3E | 4B | 0 | D | FB | 47 | 36 |
| Octal | 125 | 67 | 335 | 76 | 113 | 0 | 15 | 373 | 107 | 66 |
| Binary | 1010101 | 110111 | 11011101 | 111110 | 1001011 | 0 | 1101 | 11111011 | 1000111 | 110110 |
Color Harmonies of #5537DD
Complementary color
Monochromatic Colors of #5537DD
Black with #5537DD
Text Example
Text Example
White with #5537DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537DD; }
p { color: rgb(85,55,221); }
H1.HeaderClassName
{
color: #5537DD;
}
.AnyTagClassName
{
color: #5537DD;
}
</style>
background-color css
<style>
a { background-color: #5537DD; }
a { background-color: rgb(85,55,221); }
div.DivClassName
{
background-color: #5537DD;
}
.BgClassName
{
background-color: #5537DD;
}
</style>
border-color css
<style>
span { border-color: #5537DD; }
span { border-color: rgb(85,55,221); }
td.TdClassName
{
border-color: #5537DD;
}
.TagClassName
{
border-color: #5537DD;
}
</style>