Shades of Purple Heart #5740CD
Tints of Purple Heart #5740CD
RGB
CMYK
RGB Variations
Color information
#5740CD (or 0x5740CD) is known color: Purple Heart. HEX triplet: 57, 40 and CD. RGB value is (87,64,205). Sum of RGB (Red+Green+Blue) = 87+64+205=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #5740CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740CD is #A8BF32. Grayscale: #565656. Windows color (decimal): -11058995 or 13451351. OLE color: 13451351.
HSL color Cylindrical-coordinate representation of color #5740CD: hue angle of 249.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5740CD is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 64 | 205 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.20 |
| HSL | 249.79º | 0.59% | 0.53% | - |
| HSV(B) | 249.79º | 0.69% | 0.8% | - |
| XYZ | 16.78 | 10.1 | 58.82 | - |
| YUV | 86.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 205 | 0.58 | 0.69 | 0 | 0.20 | 249.79 | 0.59 | 0.53 |
| Hex | 57 | 40 | CD | 3A | 45 | 0 | 14 | FA | 3B | 35 |
| Octal | 127 | 100 | 315 | 72 | 105 | 0 | 24 | 372 | 73 | 65 |
| Binary | 1010111 | 1000000 | 11001101 | 111010 | 1000101 | 0 | 10100 | 11111010 | 111011 | 110101 |
Color Harmonies of #5740CD
Complementary color
Monochromatic Colors of #5740CD
Black with #5740CD
Text Example
Text Example
White with #5740CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5740CD; }
p { color: rgb(87,64,205); }
H1.HeaderClassName
{
color: #5740CD;
}
.AnyTagClassName
{
color: #5740CD;
}
</style>
background-color css
<style>
a { background-color: #5740CD; }
a { background-color: rgb(87,64,205); }
div.DivClassName
{
background-color: #5740CD;
}
.BgClassName
{
background-color: #5740CD;
}
</style>
border-color css
<style>
span { border-color: #5740CD; }
span { border-color: rgb(87,64,205); }
td.TdClassName
{
border-color: #5740CD;
}
.TagClassName
{
border-color: #5740CD;
}
</style>