Shades of Purple Heart #5636CB
Tints of Purple Heart #5636CB
RGB
CMYK
RGB Variations
Color information
#5636CB (or 0x5636CB) is known color: Purple Heart. HEX triplet: 56, 36 and CB. RGB value is (86,54,203). Sum of RGB (Red+Green+Blue) = 86+54+203=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #5636CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5636CB is #A9C934. Grayscale: #4F4F4F. Windows color (decimal): -11127093 or 13317718. OLE color: 13317718.
HSL color Cylindrical-coordinate representation of color #5636CB: hue angle of 252.89º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5636CB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 54 | 203 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.20 |
| HSL | 252.89º | 0.59% | 0.5% | - |
| HSV(B) | 252.89º | 0.73% | 0.8% | - |
| XYZ | 15.94 | 8.93 | 57.38 | - |
| YUV | 80.55 | 197.1 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 203 | 0.58 | 0.73 | 0 | 0.20 | 252.89 | 0.59 | 0.5 |
| Hex | 56 | 36 | CB | 3A | 49 | 0 | 14 | FD | 3B | 32 |
| Octal | 126 | 66 | 313 | 72 | 111 | 0 | 24 | 375 | 73 | 62 |
| Binary | 1010110 | 110110 | 11001011 | 111010 | 1001001 | 0 | 10100 | 11111101 | 111011 | 110010 |
Color Harmonies of #5636CB
Complementary color
Monochromatic Colors of #5636CB
Black with #5636CB
Text Example
Text Example
White with #5636CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636CB; }
p { color: rgb(86,54,203); }
H1.HeaderClassName
{
color: #5636CB;
}
.AnyTagClassName
{
color: #5636CB;
}
</style>
background-color css
<style>
a { background-color: #5636CB; }
a { background-color: rgb(86,54,203); }
div.DivClassName
{
background-color: #5636CB;
}
.BgClassName
{
background-color: #5636CB;
}
</style>
border-color css
<style>
span { border-color: #5636CB; }
span { border-color: rgb(86,54,203); }
td.TdClassName
{
border-color: #5636CB;
}
.TagClassName
{
border-color: #5636CB;
}
</style>