Shades of Purple Heart #553DBC
Tints of Purple Heart #553DBC
RGB
CMYK
RGB Variations
Color information
#553DBC (or 0x553DBC) is known color: Purple Heart. HEX triplet: 55, 3D and BC. RGB value is (85,61,188). Sum of RGB (Red+Green+Blue) = 85+61+188=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #553DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DBC is #AAC243. Grayscale: #525252. Windows color (decimal): -11190852 or 12336469. OLE color: 12336469.
HSL color Cylindrical-coordinate representation of color #553DBC: hue angle of 251.34º 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 #553DBC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 61 | 188 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.26 |
| HSL | 251.34º | 0.51% | 0.49% | - |
| HSV(B) | 251.34º | 0.68% | 0.74% | - |
| XYZ | 14.49 | 8.9 | 48.53 | - |
| YUV | 82.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 188 | 0.55 | 0.68 | 0 | 0.26 | 251.34 | 0.51 | 0.49 |
| Hex | 55 | 3D | BC | 37 | 44 | 0 | 1A | FB | 33 | 31 |
| Octal | 125 | 75 | 274 | 67 | 104 | 0 | 32 | 373 | 63 | 61 |
| Binary | 1010101 | 111101 | 10111100 | 110111 | 1000100 | 0 | 11010 | 11111011 | 110011 | 110001 |
Color Harmonies of #553DBC
Complementary color
Monochromatic Colors of #553DBC
Black with #553DBC
Text Example
Text Example
White with #553DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DBC; }
p { color: rgb(85,61,188); }
H1.HeaderClassName
{
color: #553DBC;
}
.AnyTagClassName
{
color: #553DBC;
}
</style>
background-color css
<style>
a { background-color: #553DBC; }
a { background-color: rgb(85,61,188); }
div.DivClassName
{
background-color: #553DBC;
}
.BgClassName
{
background-color: #553DBC;
}
</style>
border-color css
<style>
span { border-color: #553DBC; }
span { border-color: rgb(85,61,188); }
td.TdClassName
{
border-color: #553DBC;
}
.TagClassName
{
border-color: #553DBC;
}
</style>