Shades of Purple Heart #553ADE
Tints of Purple Heart #553ADE
RGB
CMYK
RGB Variations
Color information
#553ADE (or 0x553ADE) is known color: Purple Heart. HEX triplet: 55, 3A and DE. RGB value is (85,58,222). Sum of RGB (Red+Green+Blue) = 85+58+222=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #553ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ADE is #AAC521. Grayscale: #545454. Windows color (decimal): -11191586 or 14563925. OLE color: 14563925.
HSL color Cylindrical-coordinate representation of color #553ADE: hue angle of 249.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553ADE is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 58 | 222 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.13 |
| HSL | 249.88º | 0.71% | 0.55% | - |
| HSV(B) | 249.88º | 0.74% | 0.87% | - |
| XYZ | 18.44 | 10.23 | 70.11 | - |
| YUV | 84.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 222 | 0.62 | 0.74 | 0 | 0.13 | 249.88 | 0.71 | 0.55 |
| Hex | 55 | 3A | DE | 3E | 4A | 0 | D | FA | 47 | 37 |
| Octal | 125 | 72 | 336 | 76 | 112 | 0 | 15 | 372 | 107 | 67 |
| Binary | 1010101 | 111010 | 11011110 | 111110 | 1001010 | 0 | 1101 | 11111010 | 1000111 | 110111 |
Color Harmonies of #553ADE
Complementary color
Monochromatic Colors of #553ADE
Black with #553ADE
Text Example
Text Example
White with #553ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ADE; }
p { color: rgb(85,58,222); }
H1.HeaderClassName
{
color: #553ADE;
}
.AnyTagClassName
{
color: #553ADE;
}
</style>
background-color css
<style>
a { background-color: #553ADE; }
a { background-color: rgb(85,58,222); }
div.DivClassName
{
background-color: #553ADE;
}
.BgClassName
{
background-color: #553ADE;
}
</style>
border-color css
<style>
span { border-color: #553ADE; }
span { border-color: rgb(85,58,222); }
td.TdClassName
{
border-color: #553ADE;
}
.TagClassName
{
border-color: #553ADE;
}
</style>