Shades of Purple Heart #553BBA
Tints of Purple Heart #553BBA
RGB
CMYK
RGB Variations
Color information
#553BBA (or 0x553BBA) is known color: Purple Heart. HEX triplet: 55, 3B and BA. RGB value is (85,59,186). Sum of RGB (Red+Green+Blue) = 85+59+186=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #553BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BBA is #AAC445. Grayscale: #505050. Windows color (decimal): -11191366 or 12204885. OLE color: 12204885.
HSL color Cylindrical-coordinate representation of color #553BBA: hue angle of 252.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553BBA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 59 | 186 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.27 |
| HSL | 252.28º | 0.52% | 0.48% | - |
| HSV(B) | 252.28º | 0.68% | 0.73% | - |
| XYZ | 14.17 | 8.6 | 47.37 | - |
| YUV | 81.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 186 | 0.54 | 0.68 | 0 | 0.27 | 252.28 | 0.52 | 0.48 |
| Hex | 55 | 3B | BA | 36 | 44 | 0 | 1B | FC | 34 | 30 |
| Octal | 125 | 73 | 272 | 66 | 104 | 0 | 33 | 374 | 64 | 60 |
| Binary | 1010101 | 111011 | 10111010 | 110110 | 1000100 | 0 | 11011 | 11111100 | 110100 | 110000 |
Color Harmonies of #553BBA
Complementary color
Monochromatic Colors of #553BBA
Black with #553BBA
Text Example
Text Example
White with #553BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BBA; }
p { color: rgb(85,59,186); }
H1.HeaderClassName
{
color: #553BBA;
}
.AnyTagClassName
{
color: #553BBA;
}
</style>
background-color css
<style>
a { background-color: #553BBA; }
a { background-color: rgb(85,59,186); }
div.DivClassName
{
background-color: #553BBA;
}
.BgClassName
{
background-color: #553BBA;
}
</style>
border-color css
<style>
span { border-color: #553BBA; }
span { border-color: rgb(85,59,186); }
td.TdClassName
{
border-color: #553BBA;
}
.TagClassName
{
border-color: #553BBA;
}
</style>