Shades of Purple Heart #552DBC
Tints of Purple Heart #552DBC
RGB
CMYK
RGB Variations
Color information
#552DBC (or 0x552DBC) is known color: Purple Heart. HEX triplet: 55, 2D and BC. RGB value is (85,45,188). Sum of RGB (Red+Green+Blue) = 85+45+188=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #552DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DBC is #AAD243. Grayscale: #484848. Windows color (decimal): -11194948 or 12332373. OLE color: 12332373.
HSL color Cylindrical-coordinate representation of color #552DBC: hue angle of 256.78º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552DBC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 45 | 188 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.26 |
| HSL | 256.78º | 0.61% | 0.46% | - |
| HSV(B) | 256.78º | 0.76% | 0.74% | - |
| XYZ | 13.76 | 7.44 | 48.29 | - |
| YUV | 73.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 188 | 0.55 | 0.76 | 0 | 0.26 | 256.78 | 0.61 | 0.46 |
| Hex | 55 | 2D | BC | 37 | 4C | 0 | 1A | 101 | 3D | 2E |
| Octal | 125 | 55 | 274 | 67 | 114 | 0 | 32 | 401 | 75 | 56 |
| Binary | 1010101 | 101101 | 10111100 | 110111 | 1001100 | 0 | 11010 | 100000001 | 111101 | 101110 |
Color Harmonies of #552DBC
Complementary color
Monochromatic Colors of #552DBC
Black with #552DBC
Text Example
Text Example
White with #552DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DBC; }
p { color: rgb(85,45,188); }
H1.HeaderClassName
{
color: #552DBC;
}
.AnyTagClassName
{
color: #552DBC;
}
</style>
background-color css
<style>
a { background-color: #552DBC; }
a { background-color: rgb(85,45,188); }
div.DivClassName
{
background-color: #552DBC;
}
.BgClassName
{
background-color: #552DBC;
}
</style>
border-color css
<style>
span { border-color: #552DBC; }
span { border-color: rgb(85,45,188); }
td.TdClassName
{
border-color: #552DBC;
}
.TagClassName
{
border-color: #552DBC;
}
</style>