Shades of Purple Heart #5536C7
Tints of Purple Heart #5536C7
RGB
CMYK
RGB Variations
Color information
#5536C7 (or 0x5536C7) is known color: Purple Heart. HEX triplet: 55, 36 and C7. RGB value is (85,54,199). Sum of RGB (Red+Green+Blue) = 85+54+199=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #5536C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5536C7 is #AAC938. Grayscale: #4F4F4F. Windows color (decimal): -11192633 or 13055573. OLE color: 13055573.
HSL color Cylindrical-coordinate representation of color #5536C7: hue angle of 252.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5536C7 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 54 | 199 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.22 |
| HSL | 252.83º | 0.57% | 0.5% | - |
| HSV(B) | 252.83º | 0.73% | 0.78% | - |
| XYZ | 15.37 | 8.69 | 54.9 | - |
| YUV | 79.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 199 | 0.57 | 0.73 | 0 | 0.22 | 252.83 | 0.57 | 0.5 |
| Hex | 55 | 36 | C7 | 39 | 49 | 0 | 16 | FD | 39 | 32 |
| Octal | 125 | 66 | 307 | 71 | 111 | 0 | 26 | 375 | 71 | 62 |
| Binary | 1010101 | 110110 | 11000111 | 111001 | 1001001 | 0 | 10110 | 11111101 | 111001 | 110010 |
Color Harmonies of #5536C7
Complementary color
Monochromatic Colors of #5536C7
Black with #5536C7
Text Example
Text Example
White with #5536C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536C7; }
p { color: rgb(85,54,199); }
H1.HeaderClassName
{
color: #5536C7;
}
.AnyTagClassName
{
color: #5536C7;
}
</style>
background-color css
<style>
a { background-color: #5536C7; }
a { background-color: rgb(85,54,199); }
div.DivClassName
{
background-color: #5536C7;
}
.BgClassName
{
background-color: #5536C7;
}
</style>
border-color css
<style>
span { border-color: #5536C7; }
span { border-color: rgb(85,54,199); }
td.TdClassName
{
border-color: #5536C7;
}
.TagClassName
{
border-color: #5536C7;
}
</style>