Shades of Purple Heart #553BDD
Tints of Purple Heart #553BDD
RGB
CMYK
RGB Variations
Color information
#553BDD (or 0x553BDD) is known color: Purple Heart. HEX triplet: 55, 3B and DD. RGB value is (85,59,221). Sum of RGB (Red+Green+Blue) = 85+59+221=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #553BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BDD is #AAC422. Grayscale: #545454. Windows color (decimal): -11191331 or 14498645. OLE color: 14498645.
HSL color Cylindrical-coordinate representation of color #553BDD: hue angle of 249.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553BDD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 59 | 221 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 249.63º | 0.7% | 0.55% | - |
| HSV(B) | 249.63º | 0.73% | 0.87% | - |
| XYZ | 18.36 | 10.28 | 69.42 | - |
| YUV | 85.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 221 | 0.62 | 0.73 | 0 | 0.13 | 249.63 | 0.7 | 0.55 |
| Hex | 55 | 3B | DD | 3E | 49 | 0 | D | FA | 46 | 37 |
| Octal | 125 | 73 | 335 | 76 | 111 | 0 | 15 | 372 | 106 | 67 |
| Binary | 1010101 | 111011 | 11011101 | 111110 | 1001001 | 0 | 1101 | 11111010 | 1000110 | 110111 |
Color Harmonies of #553BDD
Complementary color
Monochromatic Colors of #553BDD
Black with #553BDD
Text Example
Text Example
White with #553BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BDD; }
p { color: rgb(85,59,221); }
H1.HeaderClassName
{
color: #553BDD;
}
.AnyTagClassName
{
color: #553BDD;
}
</style>
background-color css
<style>
a { background-color: #553BDD; }
a { background-color: rgb(85,59,221); }
div.DivClassName
{
background-color: #553BDD;
}
.BgClassName
{
background-color: #553BDD;
}
</style>
border-color css
<style>
span { border-color: #553BDD; }
span { border-color: rgb(85,59,221); }
td.TdClassName
{
border-color: #553BDD;
}
.TagClassName
{
border-color: #553BDD;
}
</style>