Shades of Purple Heart #553FB5
Tints of Purple Heart #553FB5
RGB
CMYK
RGB Variations
Color information
#553FB5 (or 0x553FB5) is known color: Purple Heart. HEX triplet: 55, 3F and B5. RGB value is (85,63,181). Sum of RGB (Red+Green+Blue) = 85+63+181=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #553FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FB5 is #AAC04A. Grayscale: #525252. Windows color (decimal): -11190347 or 11878229. OLE color: 11878229.
HSL color Cylindrical-coordinate representation of color #553FB5: hue angle of 251.19º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553FB5 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 63 | 181 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.29 |
| HSL | 251.19º | 0.48% | 0.48% | - |
| HSV(B) | 251.19º | 0.65% | 0.71% | - |
| XYZ | 13.86 | 8.82 | 44.69 | - |
| YUV | 83.03 | 183.29 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 181 | 0.53 | 0.65 | 0 | 0.29 | 251.19 | 0.48 | 0.48 |
| Hex | 55 | 3F | B5 | 35 | 41 | 0 | 1D | FB | 30 | 30 |
| Octal | 125 | 77 | 265 | 65 | 101 | 0 | 35 | 373 | 60 | 60 |
| Binary | 1010101 | 111111 | 10110101 | 110101 | 1000001 | 0 | 11101 | 11111011 | 110000 | 110000 |
Color Harmonies of #553FB5
Complementary color
Monochromatic Colors of #553FB5
Black with #553FB5
Text Example
Text Example
White with #553FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FB5; }
p { color: rgb(85,63,181); }
H1.HeaderClassName
{
color: #553FB5;
}
.AnyTagClassName
{
color: #553FB5;
}
</style>
background-color css
<style>
a { background-color: #553FB5; }
a { background-color: rgb(85,63,181); }
div.DivClassName
{
background-color: #553FB5;
}
.BgClassName
{
background-color: #553FB5;
}
</style>
border-color css
<style>
span { border-color: #553FB5; }
span { border-color: rgb(85,63,181); }
td.TdClassName
{
border-color: #553FB5;
}
.TagClassName
{
border-color: #553FB5;
}
</style>