Shades of Purple Heart #5633BD
Tints of Purple Heart #5633BD
RGB
CMYK
RGB Variations
Color information
#5633BD (or 0x5633BD) is known color: Purple Heart. HEX triplet: 56, 33 and BD. RGB value is (86,51,189). Sum of RGB (Red+Green+Blue) = 86+51+189=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5633BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633BD is #A9CC42. Grayscale: #4C4C4C. Windows color (decimal): -11127875 or 12399446. OLE color: 12399446.
HSL color Cylindrical-coordinate representation of color #5633BD: hue angle of 255.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5633BD is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 51 | 189 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.26 |
| HSL | 255.22º | 0.58% | 0.47% | - |
| HSV(B) | 255.22º | 0.73% | 0.74% | - |
| XYZ | 14.21 | 8.02 | 48.94 | - |
| YUV | 77.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 189 | 0.54 | 0.73 | 0 | 0.26 | 255.22 | 0.58 | 0.47 |
| Hex | 56 | 33 | BD | 36 | 49 | 0 | 1A | FF | 3A | 2F |
| Octal | 126 | 63 | 275 | 66 | 111 | 0 | 32 | 377 | 72 | 57 |
| Binary | 1010110 | 110011 | 10111101 | 110110 | 1001001 | 0 | 11010 | 11111111 | 111010 | 101111 |
Color Harmonies of #5633BD
Complementary color
Monochromatic Colors of #5633BD
Black with #5633BD
Text Example
Text Example
White with #5633BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5633BD; }
p { color: rgb(86,51,189); }
H1.HeaderClassName
{
color: #5633BD;
}
.AnyTagClassName
{
color: #5633BD;
}
</style>
background-color css
<style>
a { background-color: #5633BD; }
a { background-color: rgb(86,51,189); }
div.DivClassName
{
background-color: #5633BD;
}
.BgClassName
{
background-color: #5633BD;
}
</style>
border-color css
<style>
span { border-color: #5633BD; }
span { border-color: rgb(86,51,189); }
td.TdClassName
{
border-color: #5633BD;
}
.TagClassName
{
border-color: #5633BD;
}
</style>