Shades of Purple Heart #552CDB
Tints of Purple Heart #552CDB
RGB
CMYK
RGB Variations
Color information
#552CDB (or 0x552CDB) is known color: Purple Heart. HEX triplet: 55, 2C and DB. RGB value is (85,44,219). Sum of RGB (Red+Green+Blue) = 85+44+219=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #552CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CDB is #AAD324. Grayscale: #4B4B4B. Windows color (decimal): -11195173 or 14363733. OLE color: 14363733.
HSL color Cylindrical-coordinate representation of color #552CDB: hue angle of 254.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552CDB is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 44 | 219 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.14 |
| HSL | 254.06º | 0.71% | 0.52% | - |
| HSV(B) | 254.06º | 0.8% | 0.86% | - |
| XYZ | 17.43 | 8.85 | 67.81 | - |
| YUV | 76.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 219 | 0.61 | 0.80 | 0 | 0.14 | 254.06 | 0.71 | 0.52 |
| Hex | 55 | 2C | DB | 3D | 50 | 0 | E | FE | 47 | 34 |
| Octal | 125 | 54 | 333 | 75 | 120 | 0 | 16 | 376 | 107 | 64 |
| Binary | 1010101 | 101100 | 11011011 | 111101 | 1010000 | 0 | 1110 | 11111110 | 1000111 | 110100 |
Color Harmonies of #552CDB
Complementary color
Monochromatic Colors of #552CDB
Black with #552CDB
Text Example
Text Example
White with #552CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CDB; }
p { color: rgb(85,44,219); }
H1.HeaderClassName
{
color: #552CDB;
}
.AnyTagClassName
{
color: #552CDB;
}
</style>
background-color css
<style>
a { background-color: #552CDB; }
a { background-color: rgb(85,44,219); }
div.DivClassName
{
background-color: #552CDB;
}
.BgClassName
{
background-color: #552CDB;
}
</style>
border-color css
<style>
span { border-color: #552CDB; }
span { border-color: rgb(85,44,219); }
td.TdClassName
{
border-color: #552CDB;
}
.TagClassName
{
border-color: #552CDB;
}
</style>