Shades of Purple Heart #5714D2
Tints of Purple Heart #5714D2
RGB
CMYK
RGB Variations
Color information
#5714D2 (or 0x5714D2) is known color: Purple Heart. HEX triplet: 57, 14 and D2. RGB value is (87,20,210). Sum of RGB (Red+Green+Blue) = 87+20+210=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #5714D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5714D2 is #A8EB2D. Grayscale: #3D3D3D. Windows color (decimal): -11070254 or 13767767. OLE color: 13767767.
HSL color Cylindrical-coordinate representation of color #5714D2: hue angle of 261.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5714D2 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 20 | 210 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.18 |
| HSL | 261.16º | 0.83% | 0.45% | - |
| HSV(B) | 261.16º | 0.9% | 0.82% | - |
| XYZ | 15.81 | 7.18 | 61.53 | - |
| YUV | 61.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 210 | 0.59 | 0.90 | 0 | 0.18 | 261.16 | 0.83 | 0.45 |
| Hex | 57 | 14 | D2 | 3B | 5A | 0 | 12 | 105 | 53 | 2D |
| Octal | 127 | 24 | 322 | 73 | 132 | 0 | 22 | 405 | 123 | 55 |
| Binary | 1010111 | 10100 | 11010010 | 111011 | 1011010 | 0 | 10010 | 100000101 | 1010011 | 101101 |
Color Harmonies of #5714D2
Complementary color
Monochromatic Colors of #5714D2
Black with #5714D2
Text Example
Text Example
White with #5714D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5714D2; }
p { color: rgb(87,20,210); }
H1.HeaderClassName
{
color: #5714D2;
}
.AnyTagClassName
{
color: #5714D2;
}
</style>
background-color css
<style>
a { background-color: #5714D2; }
a { background-color: rgb(87,20,210); }
div.DivClassName
{
background-color: #5714D2;
}
.BgClassName
{
background-color: #5714D2;
}
</style>
border-color css
<style>
span { border-color: #5714D2; }
span { border-color: rgb(87,20,210); }
td.TdClassName
{
border-color: #5714D2;
}
.TagClassName
{
border-color: #5714D2;
}
</style>