Shades of Purple Heart #5537C9
Tints of Purple Heart #5537C9
RGB
CMYK
RGB Variations
Color information
#5537C9 (or 0x5537C9) is known color: Purple Heart. HEX triplet: 55, 37 and C9. RGB value is (85,55,201). Sum of RGB (Red+Green+Blue) = 85+55+201=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #5537C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537C9 is #AAC836. Grayscale: #505050. Windows color (decimal): -11192375 or 13186901. OLE color: 13186901.
HSL color Cylindrical-coordinate representation of color #5537C9: hue angle of 252.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5537C9 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 55 | 201 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.21 |
| HSL | 252.33º | 0.57% | 0.5% | - |
| HSV(B) | 252.33º | 0.73% | 0.79% | - |
| XYZ | 15.66 | 8.88 | 56.15 | - |
| YUV | 80.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 201 | 0.58 | 0.73 | 0 | 0.21 | 252.33 | 0.57 | 0.5 |
| Hex | 55 | 37 | C9 | 3A | 49 | 0 | 15 | FC | 39 | 32 |
| Octal | 125 | 67 | 311 | 72 | 111 | 0 | 25 | 374 | 71 | 62 |
| Binary | 1010101 | 110111 | 11001001 | 111010 | 1001001 | 0 | 10101 | 11111100 | 111001 | 110010 |
Color Harmonies of #5537C9
Complementary color
Monochromatic Colors of #5537C9
Black with #5537C9
Text Example
Text Example
White with #5537C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537C9; }
p { color: rgb(85,55,201); }
H1.HeaderClassName
{
color: #5537C9;
}
.AnyTagClassName
{
color: #5537C9;
}
</style>
background-color css
<style>
a { background-color: #5537C9; }
a { background-color: rgb(85,55,201); }
div.DivClassName
{
background-color: #5537C9;
}
.BgClassName
{
background-color: #5537C9;
}
</style>
border-color css
<style>
span { border-color: #5537C9; }
span { border-color: rgb(85,55,201); }
td.TdClassName
{
border-color: #5537C9;
}
.TagClassName
{
border-color: #5537C9;
}
</style>