Shades of Purple Heart #553ABC
Tints of Purple Heart #553ABC
RGB
CMYK
RGB Variations
Color information
#553ABC (or 0x553ABC) is known color: Purple Heart. HEX triplet: 55, 3A and BC. RGB value is (85,58,188). Sum of RGB (Red+Green+Blue) = 85+58+188=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #553ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ABC is #AAC543. Grayscale: #505050. Windows color (decimal): -11191620 or 12335701. OLE color: 12335701.
HSL color Cylindrical-coordinate representation of color #553ABC: hue angle of 252.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553ABC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 58 | 188 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.26 |
| HSL | 252.46º | 0.53% | 0.48% | - |
| HSV(B) | 252.46º | 0.69% | 0.74% | - |
| XYZ | 14.34 | 8.59 | 48.48 | - |
| YUV | 80.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 188 | 0.55 | 0.69 | 0 | 0.26 | 252.46 | 0.53 | 0.48 |
| Hex | 55 | 3A | BC | 37 | 45 | 0 | 1A | FC | 35 | 30 |
| Octal | 125 | 72 | 274 | 67 | 105 | 0 | 32 | 374 | 65 | 60 |
| Binary | 1010101 | 111010 | 10111100 | 110111 | 1000101 | 0 | 11010 | 11111100 | 110101 | 110000 |
Color Harmonies of #553ABC
Complementary color
Monochromatic Colors of #553ABC
Black with #553ABC
Text Example
Text Example
White with #553ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ABC; }
p { color: rgb(85,58,188); }
H1.HeaderClassName
{
color: #553ABC;
}
.AnyTagClassName
{
color: #553ABC;
}
</style>
background-color css
<style>
a { background-color: #553ABC; }
a { background-color: rgb(85,58,188); }
div.DivClassName
{
background-color: #553ABC;
}
.BgClassName
{
background-color: #553ABC;
}
</style>
border-color css
<style>
span { border-color: #553ABC; }
span { border-color: rgb(85,58,188); }
td.TdClassName
{
border-color: #553ABC;
}
.TagClassName
{
border-color: #553ABC;
}
</style>