Shades of Purple Heart #571EC6
Tints of Purple Heart #571EC6
RGB
CMYK
RGB Variations
Color information
#571EC6 (or 0x571EC6) is known color: Purple Heart. HEX triplet: 57, 1E and C6. RGB value is (87,30,198). Sum of RGB (Red+Green+Blue) = 87+30+198=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #571EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571EC6 is #A8E139. Grayscale: #414141. Windows color (decimal): -11067706 or 12983895. OLE color: 12983895.
HSL color Cylindrical-coordinate representation of color #571EC6: hue angle of 260.36º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571EC6 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 30 | 198 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.22 |
| HSL | 260.36º | 0.74% | 0.45% | - |
| HSV(B) | 260.36º | 0.85% | 0.78% | - |
| XYZ | 14.59 | 7.03 | 54.01 | - |
| YUV | 66.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 198 | 0.56 | 0.85 | 0 | 0.22 | 260.36 | 0.74 | 0.45 |
| Hex | 57 | 1E | C6 | 38 | 55 | 0 | 16 | 104 | 4A | 2D |
| Octal | 127 | 36 | 306 | 70 | 125 | 0 | 26 | 404 | 112 | 55 |
| Binary | 1010111 | 11110 | 11000110 | 111000 | 1010101 | 0 | 10110 | 100000100 | 1001010 | 101101 |
Color Harmonies of #571EC6
Complementary color
Monochromatic Colors of #571EC6
Black with #571EC6
Text Example
Text Example
White with #571EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571EC6; }
p { color: rgb(87,30,198); }
H1.HeaderClassName
{
color: #571EC6;
}
.AnyTagClassName
{
color: #571EC6;
}
</style>
background-color css
<style>
a { background-color: #571EC6; }
a { background-color: rgb(87,30,198); }
div.DivClassName
{
background-color: #571EC6;
}
.BgClassName
{
background-color: #571EC6;
}
</style>
border-color css
<style>
span { border-color: #571EC6; }
span { border-color: rgb(87,30,198); }
td.TdClassName
{
border-color: #571EC6;
}
.TagClassName
{
border-color: #571EC6;
}
</style>