Shades of Purple Heart #5741C1
Tints of Purple Heart #5741C1
RGB
CMYK
RGB Variations
Color information
#5741C1 (or 0x5741C1) is known color: Purple Heart. HEX triplet: 57, 41 and C1. RGB value is (87,65,193). Sum of RGB (Red+Green+Blue) = 87+65+193=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #5741C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741C1 is #A8BE3E. Grayscale: #555555. Windows color (decimal): -11058751 or 12665175. OLE color: 12665175.
HSL color Cylindrical-coordinate representation of color #5741C1: hue angle of 250.31º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5741C1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 65 | 193 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.24 |
| HSL | 250.31º | 0.51% | 0.51% | - |
| HSV(B) | 250.31º | 0.66% | 0.76% | - |
| XYZ | 15.45 | 9.66 | 51.5 | - |
| YUV | 86.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 193 | 0.55 | 0.66 | 0 | 0.24 | 250.31 | 0.51 | 0.51 |
| Hex | 57 | 41 | C1 | 37 | 42 | 0 | 18 | FA | 33 | 33 |
| Octal | 127 | 101 | 301 | 67 | 102 | 0 | 30 | 372 | 63 | 63 |
| Binary | 1010111 | 1000001 | 11000001 | 110111 | 1000010 | 0 | 11000 | 11111010 | 110011 | 110011 |
Color Harmonies of #5741C1
Complementary color
Monochromatic Colors of #5741C1
Black with #5741C1
Text Example
Text Example
White with #5741C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741C1; }
p { color: rgb(87,65,193); }
H1.HeaderClassName
{
color: #5741C1;
}
.AnyTagClassName
{
color: #5741C1;
}
</style>
background-color css
<style>
a { background-color: #5741C1; }
a { background-color: rgb(87,65,193); }
div.DivClassName
{
background-color: #5741C1;
}
.BgClassName
{
background-color: #5741C1;
}
</style>
border-color css
<style>
span { border-color: #5741C1; }
span { border-color: rgb(87,65,193); }
td.TdClassName
{
border-color: #5741C1;
}
.TagClassName
{
border-color: #5741C1;
}
</style>