Shades of Purple Heart #5634BC
Tints of Purple Heart #5634BC
RGB
CMYK
RGB Variations
Color information
#5634BC (or 0x5634BC) is known color: Purple Heart. HEX triplet: 56, 34 and BC. RGB value is (86,52,188). Sum of RGB (Red+Green+Blue) = 86+52+188=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5634BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5634BC is #A9CB43. Grayscale: #4D4D4D. Windows color (decimal): -11127620 or 12334166. OLE color: 12334166.
HSL color Cylindrical-coordinate representation of color #5634BC: hue angle of 255º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5634BC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 52 | 188 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.26 |
| HSL | 255º | 0.57% | 0.47% | - |
| HSV(B) | 255º | 0.72% | 0.74% | - |
| XYZ | 14.14 | 8.07 | 48.39 | - |
| YUV | 77.67 | 190.26 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 188 | 0.54 | 0.72 | 0 | 0.26 | 255 | 0.57 | 0.47 |
| Hex | 56 | 34 | BC | 36 | 48 | 0 | 1A | FF | 39 | 2F |
| Octal | 126 | 64 | 274 | 66 | 110 | 0 | 32 | 377 | 71 | 57 |
| Binary | 1010110 | 110100 | 10111100 | 110110 | 1001000 | 0 | 11010 | 11111111 | 111001 | 101111 |
Color Harmonies of #5634BC
Complementary color
Monochromatic Colors of #5634BC
Black with #5634BC
Text Example
Text Example
White with #5634BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5634BC; }
p { color: rgb(86,52,188); }
H1.HeaderClassName
{
color: #5634BC;
}
.AnyTagClassName
{
color: #5634BC;
}
</style>
background-color css
<style>
a { background-color: #5634BC; }
a { background-color: rgb(86,52,188); }
div.DivClassName
{
background-color: #5634BC;
}
.BgClassName
{
background-color: #5634BC;
}
</style>
border-color css
<style>
span { border-color: #5634BC; }
span { border-color: rgb(86,52,188); }
td.TdClassName
{
border-color: #5634BC;
}
.TagClassName
{
border-color: #5634BC;
}
</style>