Shades of Purple Heart #573FCE
Tints of Purple Heart #573FCE
RGB
CMYK
RGB Variations
Color information
#573FCE (or 0x573FCE) is known color: Purple Heart. HEX triplet: 57, 3F and CE. RGB value is (87,63,206). Sum of RGB (Red+Green+Blue) = 87+63+206=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #573FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FCE is #A8C031. Grayscale: #555555. Windows color (decimal): -11059250 or 13516631. OLE color: 13516631.
HSL color Cylindrical-coordinate representation of color #573FCE: hue angle of 250.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573FCE is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 63 | 206 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.19 |
| HSL | 250.07º | 0.59% | 0.53% | - |
| HSV(B) | 250.07º | 0.69% | 0.81% | - |
| XYZ | 16.85 | 10.04 | 59.44 | - |
| YUV | 86.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 206 | 0.58 | 0.69 | 0 | 0.19 | 250.07 | 0.59 | 0.53 |
| Hex | 57 | 3F | CE | 3A | 45 | 0 | 13 | FA | 3B | 35 |
| Octal | 127 | 77 | 316 | 72 | 105 | 0 | 23 | 372 | 73 | 65 |
| Binary | 1010111 | 111111 | 11001110 | 111010 | 1000101 | 0 | 10011 | 11111010 | 111011 | 110101 |
Color Harmonies of #573FCE
Complementary color
Monochromatic Colors of #573FCE
Black with #573FCE
Text Example
Text Example
White with #573FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573FCE; }
p { color: rgb(87,63,206); }
H1.HeaderClassName
{
color: #573FCE;
}
.AnyTagClassName
{
color: #573FCE;
}
</style>
background-color css
<style>
a { background-color: #573FCE; }
a { background-color: rgb(87,63,206); }
div.DivClassName
{
background-color: #573FCE;
}
.BgClassName
{
background-color: #573FCE;
}
</style>
border-color css
<style>
span { border-color: #573FCE; }
span { border-color: rgb(87,63,206); }
td.TdClassName
{
border-color: #573FCE;
}
.TagClassName
{
border-color: #573FCE;
}
</style>