Shades of Purple Heart #5740C4
Tints of Purple Heart #5740C4
RGB
CMYK
RGB Variations
Color information
#5740C4 (or 0x5740C4) is known color: Purple Heart. HEX triplet: 57, 40 and C4. RGB value is (87,64,196). Sum of RGB (Red+Green+Blue) = 87+64+196=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #5740C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740C4 is #A8BF3B. Grayscale: #555555. Windows color (decimal): -11059004 or 12861527. OLE color: 12861527.
HSL color Cylindrical-coordinate representation of color #5740C4: hue angle of 250.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5740C4 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 64 | 196 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.23 |
| HSL | 250.45º | 0.53% | 0.51% | - |
| HSV(B) | 250.45º | 0.67% | 0.77% | - |
| XYZ | 15.73 | 9.68 | 53.26 | - |
| YUV | 85.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 196 | 0.56 | 0.67 | 0 | 0.23 | 250.45 | 0.53 | 0.51 |
| Hex | 57 | 40 | C4 | 38 | 43 | 0 | 17 | FA | 35 | 33 |
| Octal | 127 | 100 | 304 | 70 | 103 | 0 | 27 | 372 | 65 | 63 |
| Binary | 1010111 | 1000000 | 11000100 | 111000 | 1000011 | 0 | 10111 | 11111010 | 110101 | 110011 |
Color Harmonies of #5740C4
Complementary color
Monochromatic Colors of #5740C4
Black with #5740C4
Text Example
Text Example
White with #5740C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5740C4; }
p { color: rgb(87,64,196); }
H1.HeaderClassName
{
color: #5740C4;
}
.AnyTagClassName
{
color: #5740C4;
}
</style>
background-color css
<style>
a { background-color: #5740C4; }
a { background-color: rgb(87,64,196); }
div.DivClassName
{
background-color: #5740C4;
}
.BgClassName
{
background-color: #5740C4;
}
</style>
border-color css
<style>
span { border-color: #5740C4; }
span { border-color: rgb(87,64,196); }
td.TdClassName
{
border-color: #5740C4;
}
.TagClassName
{
border-color: #5740C4;
}
</style>