Shades of Purple Heart #5704BD
Tints of Purple Heart #5704BD
RGB
CMYK
RGB Variations
Color information
#5704BD (or 0x5704BD) is known color: Purple Heart. HEX triplet: 57, 04 and BD. RGB value is (87,4,189). Sum of RGB (Red+Green+Blue) = 87+4+189=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #5704BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5704BD is #A8FB42. Grayscale: #313131. Windows color (decimal): -11074371 or 12387415. OLE color: 12387415.
HSL color Cylindrical-coordinate representation of color #5704BD: hue angle of 266.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5704BD is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 4 | 189 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.26 |
| HSL | 266.92º | 0.96% | 0.38% | - |
| HSV(B) | 266.92º | 0.98% | 0.74% | - |
| XYZ | 13.16 | 5.79 | 48.57 | - |
| YUV | 49.91 | 206.5 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 189 | 0.54 | 0.98 | 0 | 0.26 | 266.92 | 0.96 | 0.38 |
| Hex | 57 | 4 | BD | 36 | 62 | 0 | 1A | 10B | 60 | 26 |
| Octal | 127 | 4 | 275 | 66 | 142 | 0 | 32 | 413 | 140 | 46 |
| Binary | 1010111 | 100 | 10111101 | 110110 | 1100010 | 0 | 11010 | 100001011 | 1100000 | 100110 |
Color Harmonies of #5704BD
Complementary color
Monochromatic Colors of #5704BD
Black with #5704BD
Text Example
Text Example
White with #5704BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5704BD; }
p { color: rgb(87,4,189); }
H1.HeaderClassName
{
color: #5704BD;
}
.AnyTagClassName
{
color: #5704BD;
}
</style>
background-color css
<style>
a { background-color: #5704BD; }
a { background-color: rgb(87,4,189); }
div.DivClassName
{
background-color: #5704BD;
}
.BgClassName
{
background-color: #5704BD;
}
</style>
border-color css
<style>
span { border-color: #5704BD; }
span { border-color: rgb(87,4,189); }
td.TdClassName
{
border-color: #5704BD;
}
.TagClassName
{
border-color: #5704BD;
}
</style>