Shades of Purple Heart #573BC1
Tints of Purple Heart #573BC1
RGB
CMYK
RGB Variations
Color information
#573BC1 (or 0x573BC1) is known color: Purple Heart. HEX triplet: 57, 3B and C1. RGB value is (87,59,193). Sum of RGB (Red+Green+Blue) = 87+59+193=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #573BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BC1 is #A8C43E. Grayscale: #525252. Windows color (decimal): -11060287 or 12663639. OLE color: 12663639.
HSL color Cylindrical-coordinate representation of color #573BC1: hue angle of 252.54º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573BC1 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 59 | 193 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.24 |
| HSL | 252.54º | 0.53% | 0.49% | - |
| HSV(B) | 252.54º | 0.69% | 0.76% | - |
| XYZ | 15.12 | 9 | 51.39 | - |
| YUV | 82.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 193 | 0.55 | 0.69 | 0 | 0.24 | 252.54 | 0.53 | 0.49 |
| Hex | 57 | 3B | C1 | 37 | 45 | 0 | 18 | FD | 35 | 31 |
| Octal | 127 | 73 | 301 | 67 | 105 | 0 | 30 | 375 | 65 | 61 |
| Binary | 1010111 | 111011 | 11000001 | 110111 | 1000101 | 0 | 11000 | 11111101 | 110101 | 110001 |
Color Harmonies of #573BC1
Complementary color
Monochromatic Colors of #573BC1
Black with #573BC1
Text Example
Text Example
White with #573BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BC1; }
p { color: rgb(87,59,193); }
H1.HeaderClassName
{
color: #573BC1;
}
.AnyTagClassName
{
color: #573BC1;
}
</style>
background-color css
<style>
a { background-color: #573BC1; }
a { background-color: rgb(87,59,193); }
div.DivClassName
{
background-color: #573BC1;
}
.BgClassName
{
background-color: #573BC1;
}
</style>
border-color css
<style>
span { border-color: #573BC1; }
span { border-color: rgb(87,59,193); }
td.TdClassName
{
border-color: #573BC1;
}
.TagClassName
{
border-color: #573BC1;
}
</style>