Shades of Purple Heart #573DD8
Tints of Purple Heart #573DD8
RGB
CMYK
RGB Variations
Color information
#573DD8 (or 0x573DD8) is known color: Purple Heart. HEX triplet: 57, 3D and D8. RGB value is (87,61,216). Sum of RGB (Red+Green+Blue) = 87+61+216=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #573DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DD8 is #A8C227. Grayscale: #555555. Windows color (decimal): -11059752 or 14171479. OLE color: 14171479.
HSL color Cylindrical-coordinate representation of color #573DD8: hue angle of 250.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #573DD8 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 61 | 216 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.15 |
| HSL | 250.06º | 0.67% | 0.54% | - |
| HSV(B) | 250.06º | 0.72% | 0.85% | - |
| XYZ | 17.99 | 10.32 | 66.01 | - |
| YUV | 86.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 216 | 0.60 | 0.72 | 0 | 0.15 | 250.06 | 0.67 | 0.54 |
| Hex | 57 | 3D | D8 | 3C | 48 | 0 | F | FA | 43 | 36 |
| Octal | 127 | 75 | 330 | 74 | 110 | 0 | 17 | 372 | 103 | 66 |
| Binary | 1010111 | 111101 | 11011000 | 111100 | 1001000 | 0 | 1111 | 11111010 | 1000011 | 110110 |
Color Harmonies of #573DD8
Complementary color
Monochromatic Colors of #573DD8
Black with #573DD8
Text Example
Text Example
White with #573DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DD8; }
p { color: rgb(87,61,216); }
H1.HeaderClassName
{
color: #573DD8;
}
.AnyTagClassName
{
color: #573DD8;
}
</style>
background-color css
<style>
a { background-color: #573DD8; }
a { background-color: rgb(87,61,216); }
div.DivClassName
{
background-color: #573DD8;
}
.BgClassName
{
background-color: #573DD8;
}
</style>
border-color css
<style>
span { border-color: #573DD8; }
span { border-color: rgb(87,61,216); }
td.TdClassName
{
border-color: #573DD8;
}
.TagClassName
{
border-color: #573DD8;
}
</style>