Shades of Purple Heart #553DCC
Tints of Purple Heart #553DCC
RGB
CMYK
RGB Variations
Color information
#553DCC (or 0x553DCC) is known color: Purple Heart. HEX triplet: 55, 3D and CC. RGB value is (85,61,204). Sum of RGB (Red+Green+Blue) = 85+61+204=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #553DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DCC is #AAC233. Grayscale: #535353. Windows color (decimal): -11190836 or 13385045. OLE color: 13385045.
HSL color Cylindrical-coordinate representation of color #553DCC: hue angle of 250.07º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553DCC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 61 | 204 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.2 |
| HSL | 250.07º | 0.58% | 0.52% | - |
| HSV(B) | 250.07º | 0.7% | 0.8% | - |
| XYZ | 16.31 | 9.63 | 58.13 | - |
| YUV | 84.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 204 | 0.58 | 0.70 | 0 | 0.2 | 250.07 | 0.58 | 0.52 |
| Hex | 55 | 3D | CC | 3A | 46 | 0 | 14 | FA | 3A | 34 |
| Octal | 125 | 75 | 314 | 72 | 106 | 0 | 24 | 372 | 72 | 64 |
| Binary | 1010101 | 111101 | 11001100 | 111010 | 1000110 | 0 | 10100 | 11111010 | 111010 | 110100 |
Color Harmonies of #553DCC
Complementary color
Monochromatic Colors of #553DCC
Black with #553DCC
Text Example
Text Example
White with #553DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DCC; }
p { color: rgb(85,61,204); }
H1.HeaderClassName
{
color: #553DCC;
}
.AnyTagClassName
{
color: #553DCC;
}
</style>
background-color css
<style>
a { background-color: #553DCC; }
a { background-color: rgb(85,61,204); }
div.DivClassName
{
background-color: #553DCC;
}
.BgClassName
{
background-color: #553DCC;
}
</style>
border-color css
<style>
span { border-color: #553DCC; }
span { border-color: rgb(85,61,204); }
td.TdClassName
{
border-color: #553DCC;
}
.TagClassName
{
border-color: #553DCC;
}
</style>