Shades of Purple Heart #553CCC
Tints of Purple Heart #553CCC
RGB
CMYK
RGB Variations
Color information
#553CCC (or 0x553CCC) is known color: Purple Heart. HEX triplet: 55, 3C and CC. RGB value is (85,60,204). Sum of RGB (Red+Green+Blue) = 85+60+204=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #553CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CCC is #AAC333. Grayscale: #535353. Windows color (decimal): -11191092 or 13384789. OLE color: 13384789.
HSL color Cylindrical-coordinate representation of color #553CCC: hue angle of 250.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553CCC is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 60 | 204 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.2 |
| HSL | 250.42º | 0.59% | 0.52% | - |
| HSV(B) | 250.42º | 0.71% | 0.8% | - |
| XYZ | 16.26 | 9.52 | 58.11 | - |
| YUV | 83.89 | 195.78 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 204 | 0.58 | 0.71 | 0 | 0.2 | 250.42 | 0.59 | 0.52 |
| Hex | 55 | 3C | CC | 3A | 47 | 0 | 14 | FA | 3B | 34 |
| Octal | 125 | 74 | 314 | 72 | 107 | 0 | 24 | 372 | 73 | 64 |
| Binary | 1010101 | 111100 | 11001100 | 111010 | 1000111 | 0 | 10100 | 11111010 | 111011 | 110100 |
Color Harmonies of #553CCC
Complementary color
Monochromatic Colors of #553CCC
Black with #553CCC
Text Example
Text Example
White with #553CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CCC; }
p { color: rgb(85,60,204); }
H1.HeaderClassName
{
color: #553CCC;
}
.AnyTagClassName
{
color: #553CCC;
}
</style>
background-color css
<style>
a { background-color: #553CCC; }
a { background-color: rgb(85,60,204); }
div.DivClassName
{
background-color: #553CCC;
}
.BgClassName
{
background-color: #553CCC;
}
</style>
border-color css
<style>
span { border-color: #553CCC; }
span { border-color: rgb(85,60,204); }
td.TdClassName
{
border-color: #553CCC;
}
.TagClassName
{
border-color: #553CCC;
}
</style>