Shades of Purple Heart #5731CC
Tints of Purple Heart #5731CC
RGB
CMYK
RGB Variations
Color information
#5731CC (or 0x5731CC) is known color: Purple Heart. HEX triplet: 57, 31 and CC. RGB value is (87,49,204). Sum of RGB (Red+Green+Blue) = 87+49+204=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #5731CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5731CC is #A8CE33. Grayscale: #4D4D4D. Windows color (decimal): -11062836 or 13381975. OLE color: 13381975.
HSL color Cylindrical-coordinate representation of color #5731CC: hue angle of 254.71º 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 #5731CC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 49 | 204 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.2 |
| HSL | 254.71º | 0.61% | 0.5% | - |
| HSV(B) | 254.71º | 0.76% | 0.8% | - |
| XYZ | 15.93 | 8.58 | 57.94 | - |
| YUV | 78.03 | 199.09 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 204 | 0.57 | 0.76 | 0 | 0.2 | 254.71 | 0.61 | 0.5 |
| Hex | 57 | 31 | CC | 39 | 4C | 0 | 14 | FF | 3D | 32 |
| Octal | 127 | 61 | 314 | 71 | 114 | 0 | 24 | 377 | 75 | 62 |
| Binary | 1010111 | 110001 | 11001100 | 111001 | 1001100 | 0 | 10100 | 11111111 | 111101 | 110010 |
Color Harmonies of #5731CC
Complementary color
Monochromatic Colors of #5731CC
Black with #5731CC
Text Example
Text Example
White with #5731CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731CC; }
p { color: rgb(87,49,204); }
H1.HeaderClassName
{
color: #5731CC;
}
.AnyTagClassName
{
color: #5731CC;
}
</style>
background-color css
<style>
a { background-color: #5731CC; }
a { background-color: rgb(87,49,204); }
div.DivClassName
{
background-color: #5731CC;
}
.BgClassName
{
background-color: #5731CC;
}
</style>
border-color css
<style>
span { border-color: #5731CC; }
span { border-color: rgb(87,49,204); }
td.TdClassName
{
border-color: #5731CC;
}
.TagClassName
{
border-color: #5731CC;
}
</style>