Shades of Purple Heart #5731C6
Tints of Purple Heart #5731C6
RGB
CMYK
RGB Variations
Color information
#5731C6 (or 0x5731C6) is known color: Purple Heart. HEX triplet: 57, 31 and C6. RGB value is (87,49,198). Sum of RGB (Red+Green+Blue) = 87+49+198=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #5731C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5731C6 is #A8CE39. Grayscale: #4C4C4C. Windows color (decimal): -11062842 or 12988759. OLE color: 12988759.
HSL color Cylindrical-coordinate representation of color #5731C6: hue angle of 255.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5731C6 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 49 | 198 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.22 |
| HSL | 255.3º | 0.6% | 0.48% | - |
| HSV(B) | 255.3º | 0.75% | 0.78% | - |
| XYZ | 15.22 | 8.3 | 54.23 | - |
| YUV | 77.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 198 | 0.56 | 0.75 | 0 | 0.22 | 255.3 | 0.6 | 0.48 |
| Hex | 57 | 31 | C6 | 38 | 4B | 0 | 16 | FF | 3C | 30 |
| Octal | 127 | 61 | 306 | 70 | 113 | 0 | 26 | 377 | 74 | 60 |
| Binary | 1010111 | 110001 | 11000110 | 111000 | 1001011 | 0 | 10110 | 11111111 | 111100 | 110000 |
Color Harmonies of #5731C6
Complementary color
Monochromatic Colors of #5731C6
Black with #5731C6
Text Example
Text Example
White with #5731C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731C6; }
p { color: rgb(87,49,198); }
H1.HeaderClassName
{
color: #5731C6;
}
.AnyTagClassName
{
color: #5731C6;
}
</style>
background-color css
<style>
a { background-color: #5731C6; }
a { background-color: rgb(87,49,198); }
div.DivClassName
{
background-color: #5731C6;
}
.BgClassName
{
background-color: #5731C6;
}
</style>
border-color css
<style>
span { border-color: #5731C6; }
span { border-color: rgb(87,49,198); }
td.TdClassName
{
border-color: #5731C6;
}
.TagClassName
{
border-color: #5731C6;
}
</style>