Shades of Purple Heart #573CC4
Tints of Purple Heart #573CC4
RGB
CMYK
RGB Variations
Color information
#573CC4 (or 0x573CC4) is known color: Purple Heart. HEX triplet: 57, 3C and C4. RGB value is (87,60,196). Sum of RGB (Red+Green+Blue) = 87+60+196=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #573CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CC4 is #A8C33B. Grayscale: #535353. Windows color (decimal): -11060028 or 12860503. OLE color: 12860503.
HSL color Cylindrical-coordinate representation of color #573CC4: hue angle of 251.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573CC4 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 60 | 196 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.23 |
| HSL | 251.91º | 0.54% | 0.5% | - |
| HSV(B) | 251.91º | 0.69% | 0.77% | - |
| XYZ | 15.51 | 9.24 | 53.19 | - |
| YUV | 83.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 196 | 0.56 | 0.69 | 0 | 0.23 | 251.91 | 0.54 | 0.5 |
| Hex | 57 | 3C | C4 | 38 | 45 | 0 | 17 | FC | 36 | 32 |
| Octal | 127 | 74 | 304 | 70 | 105 | 0 | 27 | 374 | 66 | 62 |
| Binary | 1010111 | 111100 | 11000100 | 111000 | 1000101 | 0 | 10111 | 11111100 | 110110 | 110010 |
Color Harmonies of #573CC4
Complementary color
Monochromatic Colors of #573CC4
Black with #573CC4
Text Example
Text Example
White with #573CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CC4; }
p { color: rgb(87,60,196); }
H1.HeaderClassName
{
color: #573CC4;
}
.AnyTagClassName
{
color: #573CC4;
}
</style>
background-color css
<style>
a { background-color: #573CC4; }
a { background-color: rgb(87,60,196); }
div.DivClassName
{
background-color: #573CC4;
}
.BgClassName
{
background-color: #573CC4;
}
</style>
border-color css
<style>
span { border-color: #573CC4; }
span { border-color: rgb(87,60,196); }
td.TdClassName
{
border-color: #573CC4;
}
.TagClassName
{
border-color: #573CC4;
}
</style>