Shades of Purple Heart #571EC1
Tints of Purple Heart #571EC1
RGB
CMYK
RGB Variations
Color information
#571EC1 (or 0x571EC1) is known color: Purple Heart. HEX triplet: 57, 1E and C1. RGB value is (87,30,193). Sum of RGB (Red+Green+Blue) = 87+30+193=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #571EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571EC1 is #A8E13E. Grayscale: #414141. Windows color (decimal): -11067711 or 12656215. OLE color: 12656215.
HSL color Cylindrical-coordinate representation of color #571EC1: hue angle of 260.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571EC1 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 30 | 193 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.24 |
| HSL | 260.98º | 0.73% | 0.44% | - |
| HSV(B) | 260.98º | 0.84% | 0.76% | - |
| XYZ | 14.02 | 6.81 | 51.03 | - |
| YUV | 65.63 | 199.88 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 193 | 0.55 | 0.84 | 0 | 0.24 | 260.98 | 0.73 | 0.44 |
| Hex | 57 | 1E | C1 | 37 | 54 | 0 | 18 | 105 | 49 | 2C |
| Octal | 127 | 36 | 301 | 67 | 124 | 0 | 30 | 405 | 111 | 54 |
| Binary | 1010111 | 11110 | 11000001 | 110111 | 1010100 | 0 | 11000 | 100000101 | 1001001 | 101100 |
Color Harmonies of #571EC1
Complementary color
Monochromatic Colors of #571EC1
Black with #571EC1
Text Example
Text Example
White with #571EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571EC1; }
p { color: rgb(87,30,193); }
H1.HeaderClassName
{
color: #571EC1;
}
.AnyTagClassName
{
color: #571EC1;
}
</style>
background-color css
<style>
a { background-color: #571EC1; }
a { background-color: rgb(87,30,193); }
div.DivClassName
{
background-color: #571EC1;
}
.BgClassName
{
background-color: #571EC1;
}
</style>
border-color css
<style>
span { border-color: #571EC1; }
span { border-color: rgb(87,30,193); }
td.TdClassName
{
border-color: #571EC1;
}
.TagClassName
{
border-color: #571EC1;
}
</style>