Shades of Purple Heart #5627CC
Tints of Purple Heart #5627CC
RGB
CMYK
RGB Variations
Color information
#5627CC (or 0x5627CC) is known color: Purple Heart. HEX triplet: 56, 27 and CC. RGB value is (86,39,204). Sum of RGB (Red+Green+Blue) = 86+39+204=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #5627CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5627CC is #A9D833. Grayscale: #474747. Windows color (decimal): -11130932 or 13379414. OLE color: 13379414.
HSL color Cylindrical-coordinate representation of color #5627CC: hue angle of 257.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5627CC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 39 | 204 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.2 |
| HSL | 257.09º | 0.68% | 0.48% | - |
| HSV(B) | 257.09º | 0.81% | 0.8% | - |
| XYZ | 15.46 | 7.79 | 57.82 | - |
| YUV | 71.86 | 202.57 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 204 | 0.58 | 0.81 | 0 | 0.2 | 257.09 | 0.68 | 0.48 |
| Hex | 56 | 27 | CC | 3A | 51 | 0 | 14 | 101 | 44 | 30 |
| Octal | 126 | 47 | 314 | 72 | 121 | 0 | 24 | 401 | 104 | 60 |
| Binary | 1010110 | 100111 | 11001100 | 111010 | 1010001 | 0 | 10100 | 100000001 | 1000100 | 110000 |
Color Harmonies of #5627CC
Complementary color
Monochromatic Colors of #5627CC
Black with #5627CC
Text Example
Text Example
White with #5627CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5627CC; }
p { color: rgb(86,39,204); }
H1.HeaderClassName
{
color: #5627CC;
}
.AnyTagClassName
{
color: #5627CC;
}
</style>
background-color css
<style>
a { background-color: #5627CC; }
a { background-color: rgb(86,39,204); }
div.DivClassName
{
background-color: #5627CC;
}
.BgClassName
{
background-color: #5627CC;
}
</style>
border-color css
<style>
span { border-color: #5627CC; }
span { border-color: rgb(86,39,204); }
td.TdClassName
{
border-color: #5627CC;
}
.TagClassName
{
border-color: #5627CC;
}
</style>