Shades of Purple Heart #5732DC
Tints of Purple Heart #5732DC
RGB
CMYK
RGB Variations
Color information
#5732DC (or 0x5732DC) is known color: Purple Heart. HEX triplet: 57, 32 and DC. RGB value is (87,50,220). Sum of RGB (Red+Green+Blue) = 87+50+220=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5732DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732DC is #A8CD23. Grayscale: #4F4F4F. Windows color (decimal): -11062564 or 14430807. OLE color: 14430807.
HSL color Cylindrical-coordinate representation of color #5732DC: hue angle of 253.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5732DC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 50 | 220 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.14 |
| HSL | 253.06º | 0.71% | 0.53% | - |
| HSV(B) | 253.06º | 0.77% | 0.86% | - |
| XYZ | 17.99 | 9.47 | 68.59 | - |
| YUV | 80.44 | 206.76 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 220 | 0.60 | 0.77 | 0 | 0.14 | 253.06 | 0.71 | 0.53 |
| Hex | 57 | 32 | DC | 3C | 4D | 0 | E | FD | 47 | 35 |
| Octal | 127 | 62 | 334 | 74 | 115 | 0 | 16 | 375 | 107 | 65 |
| Binary | 1010111 | 110010 | 11011100 | 111100 | 1001101 | 0 | 1110 | 11111101 | 1000111 | 110101 |
Color Harmonies of #5732DC
Complementary color
Monochromatic Colors of #5732DC
Black with #5732DC
Text Example
Text Example
White with #5732DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5732DC; }
p { color: rgb(87,50,220); }
H1.HeaderClassName
{
color: #5732DC;
}
.AnyTagClassName
{
color: #5732DC;
}
</style>
background-color css
<style>
a { background-color: #5732DC; }
a { background-color: rgb(87,50,220); }
div.DivClassName
{
background-color: #5732DC;
}
.BgClassName
{
background-color: #5732DC;
}
</style>
border-color css
<style>
span { border-color: #5732DC; }
span { border-color: rgb(87,50,220); }
td.TdClassName
{
border-color: #5732DC;
}
.TagClassName
{
border-color: #5732DC;
}
</style>