Shades of Purple Heart #553DBD
Tints of Purple Heart #553DBD
RGB
CMYK
RGB Variations
Color information
#553DBD (or 0x553DBD) is known color: Purple Heart. HEX triplet: 55, 3D and BD. RGB value is (85,61,189). Sum of RGB (Red+Green+Blue) = 85+61+189=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #553DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DBD is #AAC242. Grayscale: #525252. Windows color (decimal): -11190851 or 12402005. OLE color: 12402005.
HSL color Cylindrical-coordinate representation of color #553DBD: hue angle of 251.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553DBD is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 61 | 189 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.26 |
| HSL | 251.25º | 0.51% | 0.49% | - |
| HSV(B) | 251.25º | 0.68% | 0.74% | - |
| XYZ | 14.6 | 8.94 | 49.1 | - |
| YUV | 82.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 189 | 0.55 | 0.68 | 0 | 0.26 | 251.25 | 0.51 | 0.49 |
| Hex | 55 | 3D | BD | 37 | 44 | 0 | 1A | FB | 33 | 31 |
| Octal | 125 | 75 | 275 | 67 | 104 | 0 | 32 | 373 | 63 | 61 |
| Binary | 1010101 | 111101 | 10111101 | 110111 | 1000100 | 0 | 11010 | 11111011 | 110011 | 110001 |
Color Harmonies of #553DBD
Complementary color
Monochromatic Colors of #553DBD
Black with #553DBD
Text Example
Text Example
White with #553DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DBD; }
p { color: rgb(85,61,189); }
H1.HeaderClassName
{
color: #553DBD;
}
.AnyTagClassName
{
color: #553DBD;
}
</style>
background-color css
<style>
a { background-color: #553DBD; }
a { background-color: rgb(85,61,189); }
div.DivClassName
{
background-color: #553DBD;
}
.BgClassName
{
background-color: #553DBD;
}
</style>
border-color css
<style>
span { border-color: #553DBD; }
span { border-color: rgb(85,61,189); }
td.TdClassName
{
border-color: #553DBD;
}
.TagClassName
{
border-color: #553DBD;
}
</style>