Shades of Purple Heart #5537D9
Tints of Purple Heart #5537D9
RGB
CMYK
RGB Variations
Color information
#5537D9 (or 0x5537D9) is known color: Purple Heart. HEX triplet: 55, 37 and D9. RGB value is (85,55,217). Sum of RGB (Red+Green+Blue) = 85+55+217=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 217 (85.16% from 255 or 60.78% from 357); Max value from RGB is 217 - color contains mainly: blue. Hex color #5537D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537D9 is #AAC826. Grayscale: #515151. Windows color (decimal): -11192359 or 14235477. OLE color: 14235477.
HSL color Cylindrical-coordinate representation of color #5537D9: hue angle of 251.11º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5537D9 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 55 | 217 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.15 |
| HSL | 251.11º | 0.68% | 0.53% | - |
| HSV(B) | 251.11º | 0.75% | 0.85% | - |
| XYZ | 17.64 | 9.67 | 66.58 | - |
| YUV | 82.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 217 | 0.61 | 0.75 | 0 | 0.15 | 251.11 | 0.68 | 0.53 |
| Hex | 55 | 37 | D9 | 3D | 4B | 0 | F | FB | 44 | 35 |
| Octal | 125 | 67 | 331 | 75 | 113 | 0 | 17 | 373 | 104 | 65 |
| Binary | 1010101 | 110111 | 11011001 | 111101 | 1001011 | 0 | 1111 | 11111011 | 1000100 | 110101 |
Color Harmonies of #5537D9
Complementary color
Monochromatic Colors of #5537D9
Black with #5537D9
Text Example
Text Example
White with #5537D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537D9; }
p { color: rgb(85,55,217); }
H1.HeaderClassName
{
color: #5537D9;
}
.AnyTagClassName
{
color: #5537D9;
}
</style>
background-color css
<style>
a { background-color: #5537D9; }
a { background-color: rgb(85,55,217); }
div.DivClassName
{
background-color: #5537D9;
}
.BgClassName
{
background-color: #5537D9;
}
</style>
border-color css
<style>
span { border-color: #5537D9; }
span { border-color: rgb(85,55,217); }
td.TdClassName
{
border-color: #5537D9;
}
.TagClassName
{
border-color: #5537D9;
}
</style>