Shades of Purple Heart #553ADA
Tints of Purple Heart #553ADA
RGB
CMYK
RGB Variations
Color information
#553ADA (or 0x553ADA) is known color: Purple Heart. HEX triplet: 55, 3A and DA. RGB value is (85,58,218). Sum of RGB (Red+Green+Blue) = 85+58+218=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #553ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ADA is #AAC525. Grayscale: #535353. Windows color (decimal): -11191590 or 14301781. OLE color: 14301781.
HSL color Cylindrical-coordinate representation of color #553ADA: hue angle of 250.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553ADA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 58 | 218 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.15 |
| HSL | 250.13º | 0.68% | 0.54% | - |
| HSV(B) | 250.13º | 0.73% | 0.85% | - |
| XYZ | 17.91 | 10.02 | 67.32 | - |
| YUV | 84.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 218 | 0.61 | 0.73 | 0 | 0.15 | 250.13 | 0.68 | 0.54 |
| Hex | 55 | 3A | DA | 3D | 49 | 0 | F | FA | 44 | 36 |
| Octal | 125 | 72 | 332 | 75 | 111 | 0 | 17 | 372 | 104 | 66 |
| Binary | 1010101 | 111010 | 11011010 | 111101 | 1001001 | 0 | 1111 | 11111010 | 1000100 | 110110 |
Color Harmonies of #553ADA
Complementary color
Monochromatic Colors of #553ADA
Black with #553ADA
Text Example
Text Example
White with #553ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ADA; }
p { color: rgb(85,58,218); }
H1.HeaderClassName
{
color: #553ADA;
}
.AnyTagClassName
{
color: #553ADA;
}
</style>
background-color css
<style>
a { background-color: #553ADA; }
a { background-color: rgb(85,58,218); }
div.DivClassName
{
background-color: #553ADA;
}
.BgClassName
{
background-color: #553ADA;
}
</style>
border-color css
<style>
span { border-color: #553ADA; }
span { border-color: rgb(85,58,218); }
td.TdClassName
{
border-color: #553ADA;
}
.TagClassName
{
border-color: #553ADA;
}
</style>