Shades of Purple Heart #5732CC
Tints of Purple Heart #5732CC
RGB
CMYK
RGB Variations
Color information
#5732CC (or 0x5732CC) is known color: Purple Heart. HEX triplet: 57, 32 and CC. RGB value is (87,50,204). Sum of RGB (Red+Green+Blue) = 87+50+204=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #5732CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732CC is #A8CD33. Grayscale: #4E4E4E. Windows color (decimal): -11062580 or 13382231. OLE color: 13382231.
HSL color Cylindrical-coordinate representation of color #5732CC: hue angle of 254.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5732CC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 50 | 204 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.2 |
| HSL | 254.42º | 0.61% | 0.5% | - |
| HSV(B) | 254.42º | 0.75% | 0.8% | - |
| XYZ | 15.97 | 8.67 | 57.96 | - |
| YUV | 78.62 | 198.76 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 204 | 0.57 | 0.75 | 0 | 0.2 | 254.42 | 0.61 | 0.5 |
| Hex | 57 | 32 | CC | 39 | 4B | 0 | 14 | FE | 3D | 32 |
| Octal | 127 | 62 | 314 | 71 | 113 | 0 | 24 | 376 | 75 | 62 |
| Binary | 1010111 | 110010 | 11001100 | 111001 | 1001011 | 0 | 10100 | 11111110 | 111101 | 110010 |
Color Harmonies of #5732CC
Complementary color
Monochromatic Colors of #5732CC
Black with #5732CC
Text Example
Text Example
White with #5732CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5732CC; }
p { color: rgb(87,50,204); }
H1.HeaderClassName
{
color: #5732CC;
}
.AnyTagClassName
{
color: #5732CC;
}
</style>
background-color css
<style>
a { background-color: #5732CC; }
a { background-color: rgb(87,50,204); }
div.DivClassName
{
background-color: #5732CC;
}
.BgClassName
{
background-color: #5732CC;
}
</style>
border-color css
<style>
span { border-color: #5732CC; }
span { border-color: rgb(87,50,204); }
td.TdClassName
{
border-color: #5732CC;
}
.TagClassName
{
border-color: #5732CC;
}
</style>