Shades of Purple Heart #553ADD
Tints of Purple Heart #553ADD
RGB
CMYK
RGB Variations
Color information
#553ADD (or 0x553ADD) is known color: Purple Heart. HEX triplet: 55, 3A and DD. RGB value is (85,58,221). Sum of RGB (Red+Green+Blue) = 85+58+221=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #553ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ADD is #AAC522. Grayscale: #545454. Windows color (decimal): -11191587 or 14498389. OLE color: 14498389.
HSL color Cylindrical-coordinate representation of color #553ADD: hue angle of 249.94º 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 #553ADD is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 58 | 221 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.13 |
| HSL | 249.94º | 0.71% | 0.55% | - |
| HSV(B) | 249.94º | 0.74% | 0.87% | - |
| XYZ | 18.31 | 10.18 | 69.41 | - |
| YUV | 84.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 221 | 0.62 | 0.74 | 0 | 0.13 | 249.94 | 0.71 | 0.55 |
| Hex | 55 | 3A | DD | 3E | 4A | 0 | D | FA | 47 | 37 |
| Octal | 125 | 72 | 335 | 76 | 112 | 0 | 15 | 372 | 107 | 67 |
| Binary | 1010101 | 111010 | 11011101 | 111110 | 1001010 | 0 | 1101 | 11111010 | 1000111 | 110111 |
Color Harmonies of #553ADD
Complementary color
Monochromatic Colors of #553ADD
Black with #553ADD
Text Example
Text Example
White with #553ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ADD; }
p { color: rgb(85,58,221); }
H1.HeaderClassName
{
color: #553ADD;
}
.AnyTagClassName
{
color: #553ADD;
}
</style>
background-color css
<style>
a { background-color: #553ADD; }
a { background-color: rgb(85,58,221); }
div.DivClassName
{
background-color: #553ADD;
}
.BgClassName
{
background-color: #553ADD;
}
</style>
border-color css
<style>
span { border-color: #553ADD; }
span { border-color: rgb(85,58,221); }
td.TdClassName
{
border-color: #553ADD;
}
.TagClassName
{
border-color: #553ADD;
}
</style>