Shades of Purple Heart #552FDB
Tints of Purple Heart #552FDB
RGB
CMYK
RGB Variations
Color information
#552FDB (or 0x552FDB) is known color: Purple Heart. HEX triplet: 55, 2F and DB. RGB value is (85,47,219). Sum of RGB (Red+Green+Blue) = 85+47+219=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #552FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FDB is #AAD024. Grayscale: #4D4D4D. Windows color (decimal): -11194405 or 14364501. OLE color: 14364501.
HSL color Cylindrical-coordinate representation of color #552FDB: hue angle of 253.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552FDB is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 47 | 219 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.14 |
| HSL | 253.26º | 0.7% | 0.52% | - |
| HSV(B) | 253.26º | 0.79% | 0.86% | - |
| XYZ | 17.55 | 9.08 | 67.85 | - |
| YUV | 77.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 219 | 0.61 | 0.79 | 0 | 0.14 | 253.26 | 0.7 | 0.52 |
| Hex | 55 | 2F | DB | 3D | 4F | 0 | E | FD | 46 | 34 |
| Octal | 125 | 57 | 333 | 75 | 117 | 0 | 16 | 375 | 106 | 64 |
| Binary | 1010101 | 101111 | 11011011 | 111101 | 1001111 | 0 | 1110 | 11111101 | 1000110 | 110100 |
Color Harmonies of #552FDB
Complementary color
Monochromatic Colors of #552FDB
Black with #552FDB
Text Example
Text Example
White with #552FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FDB; }
p { color: rgb(85,47,219); }
H1.HeaderClassName
{
color: #552FDB;
}
.AnyTagClassName
{
color: #552FDB;
}
</style>
background-color css
<style>
a { background-color: #552FDB; }
a { background-color: rgb(85,47,219); }
div.DivClassName
{
background-color: #552FDB;
}
.BgClassName
{
background-color: #552FDB;
}
</style>
border-color css
<style>
span { border-color: #552FDB; }
span { border-color: rgb(85,47,219); }
td.TdClassName
{
border-color: #552FDB;
}
.TagClassName
{
border-color: #552FDB;
}
</style>