Shades of Purple Heart #552EB8
Tints of Purple Heart #552EB8
RGB
CMYK
RGB Variations
Color information
#552EB8 (or 0x552EB8) is known color: Purple Heart. HEX triplet: 55, 2E and B8. RGB value is (85,46,184). Sum of RGB (Red+Green+Blue) = 85+46+184=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #552EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EB8 is #AAD147. Grayscale: #484848. Windows color (decimal): -11194696 or 12070485. OLE color: 12070485.
HSL color Cylindrical-coordinate representation of color #552EB8: hue angle of 256.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552EB8 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 46 | 184 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.28 |
| HSL | 256.96º | 0.6% | 0.45% | - |
| HSV(B) | 256.96º | 0.75% | 0.72% | - |
| XYZ | 13.38 | 7.35 | 46.06 | - |
| YUV | 73.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 184 | 0.54 | 0.75 | 0 | 0.28 | 256.96 | 0.6 | 0.45 |
| Hex | 55 | 2E | B8 | 36 | 4B | 0 | 1C | 101 | 3C | 2D |
| Octal | 125 | 56 | 270 | 66 | 113 | 0 | 34 | 401 | 74 | 55 |
| Binary | 1010101 | 101110 | 10111000 | 110110 | 1001011 | 0 | 11100 | 100000001 | 111100 | 101101 |
Color Harmonies of #552EB8
Complementary color
Monochromatic Colors of #552EB8
Black with #552EB8
Text Example
Text Example
White with #552EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EB8; }
p { color: rgb(85,46,184); }
H1.HeaderClassName
{
color: #552EB8;
}
.AnyTagClassName
{
color: #552EB8;
}
</style>
background-color css
<style>
a { background-color: #552EB8; }
a { background-color: rgb(85,46,184); }
div.DivClassName
{
background-color: #552EB8;
}
.BgClassName
{
background-color: #552EB8;
}
</style>
border-color css
<style>
span { border-color: #552EB8; }
span { border-color: rgb(85,46,184); }
td.TdClassName
{
border-color: #552EB8;
}
.TagClassName
{
border-color: #552EB8;
}
</style>