Shades of Purple Heart #553BCB
Tints of Purple Heart #553BCB
RGB
CMYK
RGB Variations
Color information
#553BCB (or 0x553BCB) is known color: Purple Heart. HEX triplet: 55, 3B and CB. RGB value is (85,59,203). Sum of RGB (Red+Green+Blue) = 85+59+203=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #553BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BCB is #AAC434. Grayscale: #525252. Windows color (decimal): -11191349 or 13318997. OLE color: 13318997.
HSL color Cylindrical-coordinate representation of color #553BCB: hue angle of 250.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553BCB is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 59 | 203 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.20 |
| HSL | 250.83º | 0.58% | 0.51% | - |
| HSV(B) | 250.83º | 0.71% | 0.8% | - |
| XYZ | 16.09 | 9.37 | 57.46 | - |
| YUV | 83.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 203 | 0.58 | 0.71 | 0 | 0.20 | 250.83 | 0.58 | 0.51 |
| Hex | 55 | 3B | CB | 3A | 47 | 0 | 14 | FB | 3A | 33 |
| Octal | 125 | 73 | 313 | 72 | 107 | 0 | 24 | 373 | 72 | 63 |
| Binary | 1010101 | 111011 | 11001011 | 111010 | 1000111 | 0 | 10100 | 11111011 | 111010 | 110011 |
Color Harmonies of #553BCB
Complementary color
Monochromatic Colors of #553BCB
Black with #553BCB
Text Example
Text Example
White with #553BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BCB; }
p { color: rgb(85,59,203); }
H1.HeaderClassName
{
color: #553BCB;
}
.AnyTagClassName
{
color: #553BCB;
}
</style>
background-color css
<style>
a { background-color: #553BCB; }
a { background-color: rgb(85,59,203); }
div.DivClassName
{
background-color: #553BCB;
}
.BgClassName
{
background-color: #553BCB;
}
</style>
border-color css
<style>
span { border-color: #553BCB; }
span { border-color: rgb(85,59,203); }
td.TdClassName
{
border-color: #553BCB;
}
.TagClassName
{
border-color: #553BCB;
}
</style>