Shades of Purple Heart #5636CF
Tints of Purple Heart #5636CF
RGB
CMYK
RGB Variations
Color information
#5636CF (or 0x5636CF) is known color: Purple Heart. HEX triplet: 56, 36 and CF. RGB value is (86,54,207). Sum of RGB (Red+Green+Blue) = 86+54+207=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #5636CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5636CF is #A9C930. Grayscale: #505050. Windows color (decimal): -11127089 or 13579862. OLE color: 13579862.
HSL color Cylindrical-coordinate representation of color #5636CF: hue angle of 252.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5636CF is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 54 | 207 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.19 |
| HSL | 252.55º | 0.61% | 0.51% | - |
| HSV(B) | 252.55º | 0.74% | 0.81% | - |
| XYZ | 16.42 | 9.12 | 59.93 | - |
| YUV | 81.01 | 199.1 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 207 | 0.58 | 0.74 | 0 | 0.19 | 252.55 | 0.61 | 0.51 |
| Hex | 56 | 36 | CF | 3A | 4A | 0 | 13 | FD | 3D | 33 |
| Octal | 126 | 66 | 317 | 72 | 112 | 0 | 23 | 375 | 75 | 63 |
| Binary | 1010110 | 110110 | 11001111 | 111010 | 1001010 | 0 | 10011 | 11111101 | 111101 | 110011 |
Color Harmonies of #5636CF
Complementary color
Monochromatic Colors of #5636CF
Black with #5636CF
Text Example
Text Example
White with #5636CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636CF; }
p { color: rgb(86,54,207); }
H1.HeaderClassName
{
color: #5636CF;
}
.AnyTagClassName
{
color: #5636CF;
}
</style>
background-color css
<style>
a { background-color: #5636CF; }
a { background-color: rgb(86,54,207); }
div.DivClassName
{
background-color: #5636CF;
}
.BgClassName
{
background-color: #5636CF;
}
</style>
border-color css
<style>
span { border-color: #5636CF; }
span { border-color: rgb(86,54,207); }
td.TdClassName
{
border-color: #5636CF;
}
.TagClassName
{
border-color: #5636CF;
}
</style>