Shades of Purple Heart #5631CC
Tints of Purple Heart #5631CC
RGB
CMYK
RGB Variations
Color information
#5631CC (or 0x5631CC) is known color: Purple Heart. HEX triplet: 56, 31 and CC. RGB value is (86,49,204). Sum of RGB (Red+Green+Blue) = 86+49+204=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #5631CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5631CC is #A9CE33. Grayscale: #4D4D4D. Windows color (decimal): -11128372 or 13381974. OLE color: 13381974.
HSL color Cylindrical-coordinate representation of color #5631CC: hue angle of 254.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5631CC is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 49 | 204 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.2 |
| HSL | 254.32º | 0.61% | 0.5% | - |
| HSV(B) | 254.32º | 0.76% | 0.8% | - |
| XYZ | 15.84 | 8.53 | 57.94 | - |
| YUV | 77.73 | 199.26 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 204 | 0.58 | 0.76 | 0 | 0.2 | 254.32 | 0.61 | 0.5 |
| Hex | 56 | 31 | CC | 3A | 4C | 0 | 14 | FE | 3D | 32 |
| Octal | 126 | 61 | 314 | 72 | 114 | 0 | 24 | 376 | 75 | 62 |
| Binary | 1010110 | 110001 | 11001100 | 111010 | 1001100 | 0 | 10100 | 11111110 | 111101 | 110010 |
Color Harmonies of #5631CC
Complementary color
Monochromatic Colors of #5631CC
Black with #5631CC
Text Example
Text Example
White with #5631CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631CC; }
p { color: rgb(86,49,204); }
H1.HeaderClassName
{
color: #5631CC;
}
.AnyTagClassName
{
color: #5631CC;
}
</style>
background-color css
<style>
a { background-color: #5631CC; }
a { background-color: rgb(86,49,204); }
div.DivClassName
{
background-color: #5631CC;
}
.BgClassName
{
background-color: #5631CC;
}
</style>
border-color css
<style>
span { border-color: #5631CC; }
span { border-color: rgb(86,49,204); }
td.TdClassName
{
border-color: #5631CC;
}
.TagClassName
{
border-color: #5631CC;
}
</style>