Shades of Purple Heart #573DBF
Tints of Purple Heart #573DBF
RGB
CMYK
RGB Variations
Color information
#573DBF (or 0x573DBF) is known color: Purple Heart. HEX triplet: 57, 3D and BF. RGB value is (87,61,191). Sum of RGB (Red+Green+Blue) = 87+61+191=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #573DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DBF is #A8C240. Grayscale: #535353. Windows color (decimal): -11059777 or 12533079. OLE color: 12533079.
HSL color Cylindrical-coordinate representation of color #573DBF: hue angle of 252º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573DBF is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 61 | 191 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.25 |
| HSL | 252º | 0.52% | 0.49% | - |
| HSV(B) | 252º | 0.68% | 0.75% | - |
| XYZ | 15 | 9.13 | 50.26 | - |
| YUV | 83.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 191 | 0.54 | 0.68 | 0 | 0.25 | 252 | 0.52 | 0.49 |
| Hex | 57 | 3D | BF | 36 | 44 | 0 | 19 | FC | 34 | 31 |
| Octal | 127 | 75 | 277 | 66 | 104 | 0 | 31 | 374 | 64 | 61 |
| Binary | 1010111 | 111101 | 10111111 | 110110 | 1000100 | 0 | 11001 | 11111100 | 110100 | 110001 |
Color Harmonies of #573DBF
Complementary color
Monochromatic Colors of #573DBF
Black with #573DBF
Text Example
Text Example
White with #573DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DBF; }
p { color: rgb(87,61,191); }
H1.HeaderClassName
{
color: #573DBF;
}
.AnyTagClassName
{
color: #573DBF;
}
</style>
background-color css
<style>
a { background-color: #573DBF; }
a { background-color: rgb(87,61,191); }
div.DivClassName
{
background-color: #573DBF;
}
.BgClassName
{
background-color: #573DBF;
}
</style>
border-color css
<style>
span { border-color: #573DBF; }
span { border-color: rgb(87,61,191); }
td.TdClassName
{
border-color: #573DBF;
}
.TagClassName
{
border-color: #573DBF;
}
</style>