Shades of Purple Heart #553ED4
Tints of Purple Heart #553ED4
RGB
CMYK
RGB Variations
Color information
#553ED4 (or 0x553ED4) is known color: Purple Heart. HEX triplet: 55, 3E and D4. RGB value is (85,62,212). Sum of RGB (Red+Green+Blue) = 85+62+212=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #553ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ED4 is #AAC12B. Grayscale: #555555. Windows color (decimal): -11190572 or 13909589. OLE color: 13909589.
HSL color Cylindrical-coordinate representation of color #553ED4: hue angle of 249.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553ED4 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 62 | 212 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.17 |
| HSL | 249.2º | 0.64% | 0.54% | - |
| HSV(B) | 249.2º | 0.71% | 0.83% | - |
| XYZ | 17.35 | 10.13 | 63.33 | - |
| YUV | 85.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 212 | 0.60 | 0.71 | 0 | 0.17 | 249.2 | 0.64 | 0.54 |
| Hex | 55 | 3E | D4 | 3C | 47 | 0 | 11 | F9 | 40 | 36 |
| Octal | 125 | 76 | 324 | 74 | 107 | 0 | 21 | 371 | 100 | 66 |
| Binary | 1010101 | 111110 | 11010100 | 111100 | 1000111 | 0 | 10001 | 11111001 | 1000000 | 110110 |
Color Harmonies of #553ED4
Complementary color
Monochromatic Colors of #553ED4
Black with #553ED4
Text Example
Text Example
White with #553ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ED4; }
p { color: rgb(85,62,212); }
H1.HeaderClassName
{
color: #553ED4;
}
.AnyTagClassName
{
color: #553ED4;
}
</style>
background-color css
<style>
a { background-color: #553ED4; }
a { background-color: rgb(85,62,212); }
div.DivClassName
{
background-color: #553ED4;
}
.BgClassName
{
background-color: #553ED4;
}
</style>
border-color css
<style>
span { border-color: #553ED4; }
span { border-color: rgb(85,62,212); }
td.TdClassName
{
border-color: #553ED4;
}
.TagClassName
{
border-color: #553ED4;
}
</style>