Shades of Purple Heart #553BDC
Tints of Purple Heart #553BDC
RGB
CMYK
RGB Variations
Color information
#553BDC (or 0x553BDC) is known color: Purple Heart. HEX triplet: 55, 3B and DC. RGB value is (85,59,220). Sum of RGB (Red+Green+Blue) = 85+59+220=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #553BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BDC is #AAC423. Grayscale: #545454. Windows color (decimal): -11191332 or 14433109. OLE color: 14433109.
HSL color Cylindrical-coordinate representation of color #553BDC: hue angle of 249.69º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553BDC is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 59 | 220 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.14 |
| HSL | 249.69º | 0.7% | 0.55% | - |
| HSV(B) | 249.69º | 0.73% | 0.86% | - |
| XYZ | 18.23 | 10.23 | 68.72 | - |
| YUV | 85.13 | 204.11 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 220 | 0.61 | 0.73 | 0 | 0.14 | 249.69 | 0.7 | 0.55 |
| Hex | 55 | 3B | DC | 3D | 49 | 0 | E | FA | 46 | 37 |
| Octal | 125 | 73 | 334 | 75 | 111 | 0 | 16 | 372 | 106 | 67 |
| Binary | 1010101 | 111011 | 11011100 | 111101 | 1001001 | 0 | 1110 | 11111010 | 1000110 | 110111 |
Color Harmonies of #553BDC
Complementary color
Monochromatic Colors of #553BDC
Black with #553BDC
Text Example
Text Example
White with #553BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BDC; }
p { color: rgb(85,59,220); }
H1.HeaderClassName
{
color: #553BDC;
}
.AnyTagClassName
{
color: #553BDC;
}
</style>
background-color css
<style>
a { background-color: #553BDC; }
a { background-color: rgb(85,59,220); }
div.DivClassName
{
background-color: #553BDC;
}
.BgClassName
{
background-color: #553BDC;
}
</style>
border-color css
<style>
span { border-color: #553BDC; }
span { border-color: rgb(85,59,220); }
td.TdClassName
{
border-color: #553BDC;
}
.TagClassName
{
border-color: #553BDC;
}
</style>