Shades of Purple Heart #5714C1
Tints of Purple Heart #5714C1
RGB
CMYK
RGB Variations
Color information
#5714C1 (or 0x5714C1) is known color: Purple Heart. HEX triplet: 57, 14 and C1. RGB value is (87,20,193). Sum of RGB (Red+Green+Blue) = 87+20+193=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #5714C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5714C1 is #A8EB3E. Grayscale: #3B3B3B. Windows color (decimal): -11070271 or 12653655. OLE color: 12653655.
HSL color Cylindrical-coordinate representation of color #5714C1: hue angle of 263.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5714C1 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 20 | 193 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.24 |
| HSL | 263.24º | 0.81% | 0.42% | - |
| HSV(B) | 263.24º | 0.9% | 0.76% | - |
| XYZ | 13.81 | 6.38 | 50.96 | - |
| YUV | 59.76 | 203.2 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 193 | 0.55 | 0.90 | 0 | 0.24 | 263.24 | 0.81 | 0.42 |
| Hex | 57 | 14 | C1 | 37 | 5A | 0 | 18 | 107 | 51 | 2A |
| Octal | 127 | 24 | 301 | 67 | 132 | 0 | 30 | 407 | 121 | 52 |
| Binary | 1010111 | 10100 | 11000001 | 110111 | 1011010 | 0 | 11000 | 100000111 | 1010001 | 101010 |
Color Harmonies of #5714C1
Complementary color
Monochromatic Colors of #5714C1
Black with #5714C1
Text Example
Text Example
White with #5714C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5714C1; }
p { color: rgb(87,20,193); }
H1.HeaderClassName
{
color: #5714C1;
}
.AnyTagClassName
{
color: #5714C1;
}
</style>
background-color css
<style>
a { background-color: #5714C1; }
a { background-color: rgb(87,20,193); }
div.DivClassName
{
background-color: #5714C1;
}
.BgClassName
{
background-color: #5714C1;
}
</style>
border-color css
<style>
span { border-color: #5714C1; }
span { border-color: rgb(87,20,193); }
td.TdClassName
{
border-color: #5714C1;
}
.TagClassName
{
border-color: #5714C1;
}
</style>