Shades of Purple Heart #553BBC
Tints of Purple Heart #553BBC
RGB
CMYK
RGB Variations
Color information
#553BBC (or 0x553BBC) is known color: Purple Heart. HEX triplet: 55, 3B and BC. RGB value is (85,59,188). Sum of RGB (Red+Green+Blue) = 85+59+188=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #553BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BBC is #AAC443. Grayscale: #505050. Windows color (decimal): -11191364 or 12335957. OLE color: 12335957.
HSL color Cylindrical-coordinate representation of color #553BBC: hue angle of 252.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553BBC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 59 | 188 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.26 |
| HSL | 252.09º | 0.52% | 0.48% | - |
| HSV(B) | 252.09º | 0.69% | 0.74% | - |
| XYZ | 14.39 | 8.69 | 48.5 | - |
| YUV | 81.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 188 | 0.55 | 0.69 | 0 | 0.26 | 252.09 | 0.52 | 0.48 |
| Hex | 55 | 3B | BC | 37 | 45 | 0 | 1A | FC | 34 | 30 |
| Octal | 125 | 73 | 274 | 67 | 105 | 0 | 32 | 374 | 64 | 60 |
| Binary | 1010101 | 111011 | 10111100 | 110111 | 1000101 | 0 | 11010 | 11111100 | 110100 | 110000 |
Color Harmonies of #553BBC
Complementary color
Monochromatic Colors of #553BBC
Black with #553BBC
Text Example
Text Example
White with #553BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BBC; }
p { color: rgb(85,59,188); }
H1.HeaderClassName
{
color: #553BBC;
}
.AnyTagClassName
{
color: #553BBC;
}
</style>
background-color css
<style>
a { background-color: #553BBC; }
a { background-color: rgb(85,59,188); }
div.DivClassName
{
background-color: #553BBC;
}
.BgClassName
{
background-color: #553BBC;
}
</style>
border-color css
<style>
span { border-color: #553BBC; }
span { border-color: rgb(85,59,188); }
td.TdClassName
{
border-color: #553BBC;
}
.TagClassName
{
border-color: #553BBC;
}
</style>