Shades of Purple Heart #553ADB
Tints of Purple Heart #553ADB
RGB
CMYK
RGB Variations
Color information
#553ADB (or 0x553ADB) is known color: Purple Heart. HEX triplet: 55, 3A and DB. RGB value is (85,58,219). Sum of RGB (Red+Green+Blue) = 85+58+219=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #553ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ADB is #AAC524. Grayscale: #535353. Windows color (decimal): -11191589 or 14367317. OLE color: 14367317.
HSL color Cylindrical-coordinate representation of color #553ADB: hue angle of 250.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553ADB is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 58 | 219 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.14 |
| HSL | 250.06º | 0.69% | 0.54% | - |
| HSV(B) | 250.06º | 0.74% | 0.86% | - |
| XYZ | 18.05 | 10.07 | 68.01 | - |
| YUV | 84.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 219 | 0.61 | 0.74 | 0 | 0.14 | 250.06 | 0.69 | 0.54 |
| Hex | 55 | 3A | DB | 3D | 4A | 0 | E | FA | 45 | 36 |
| Octal | 125 | 72 | 333 | 75 | 112 | 0 | 16 | 372 | 105 | 66 |
| Binary | 1010101 | 111010 | 11011011 | 111101 | 1001010 | 0 | 1110 | 11111010 | 1000101 | 110110 |
Color Harmonies of #553ADB
Complementary color
Monochromatic Colors of #553ADB
Black with #553ADB
Text Example
Text Example
White with #553ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553ADB; }
p { color: rgb(85,58,219); }
H1.HeaderClassName
{
color: #553ADB;
}
.AnyTagClassName
{
color: #553ADB;
}
</style>
background-color css
<style>
a { background-color: #553ADB; }
a { background-color: rgb(85,58,219); }
div.DivClassName
{
background-color: #553ADB;
}
.BgClassName
{
background-color: #553ADB;
}
</style>
border-color css
<style>
span { border-color: #553ADB; }
span { border-color: rgb(85,58,219); }
td.TdClassName
{
border-color: #553ADB;
}
.TagClassName
{
border-color: #553ADB;
}
</style>