Shades of Purple Heart #573CDB
Tints of Purple Heart #573CDB
RGB
CMYK
RGB Variations
Color information
#573CDB (or 0x573CDB) is known color: Purple Heart. HEX triplet: 57, 3C and DB. RGB value is (87,60,219). Sum of RGB (Red+Green+Blue) = 87+60+219=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #573CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CDB is #A8C324. Grayscale: #555555. Windows color (decimal): -11060005 or 14367831. OLE color: 14367831.
HSL color Cylindrical-coordinate representation of color #573CDB: hue angle of 250.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573CDB is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 60 | 219 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.14 |
| HSL | 250.19º | 0.69% | 0.55% | - |
| HSV(B) | 250.19º | 0.73% | 0.86% | - |
| XYZ | 18.33 | 10.37 | 68.05 | - |
| YUV | 86.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 219 | 0.60 | 0.73 | 0 | 0.14 | 250.19 | 0.69 | 0.55 |
| Hex | 57 | 3C | DB | 3C | 49 | 0 | E | FA | 45 | 37 |
| Octal | 127 | 74 | 333 | 74 | 111 | 0 | 16 | 372 | 105 | 67 |
| Binary | 1010111 | 111100 | 11011011 | 111100 | 1001001 | 0 | 1110 | 11111010 | 1000101 | 110111 |
Color Harmonies of #573CDB
Complementary color
Monochromatic Colors of #573CDB
Black with #573CDB
Text Example
Text Example
White with #573CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CDB; }
p { color: rgb(87,60,219); }
H1.HeaderClassName
{
color: #573CDB;
}
.AnyTagClassName
{
color: #573CDB;
}
</style>
background-color css
<style>
a { background-color: #573CDB; }
a { background-color: rgb(87,60,219); }
div.DivClassName
{
background-color: #573CDB;
}
.BgClassName
{
background-color: #573CDB;
}
</style>
border-color css
<style>
span { border-color: #573CDB; }
span { border-color: rgb(87,60,219); }
td.TdClassName
{
border-color: #573CDB;
}
.TagClassName
{
border-color: #573CDB;
}
</style>