Shades of Purple Heart #552FDD
Tints of Purple Heart #552FDD
RGB
CMYK
RGB Variations
Color information
#552FDD (or 0x552FDD) is known color: Purple Heart. HEX triplet: 55, 2F and DD. RGB value is (85,47,221). Sum of RGB (Red+Green+Blue) = 85+47+221=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #552FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FDD is #AAD022. Grayscale: #4D4D4D. Windows color (decimal): -11194403 or 14495573. OLE color: 14495573.
HSL color Cylindrical-coordinate representation of color #552FDD: hue angle of 253.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552FDD is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 47 | 221 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.13 |
| HSL | 253.1º | 0.72% | 0.53% | - |
| HSV(B) | 253.1º | 0.79% | 0.87% | - |
| XYZ | 17.81 | 9.18 | 69.24 | - |
| YUV | 78.2 | 208.59 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 221 | 0.62 | 0.79 | 0 | 0.13 | 253.1 | 0.72 | 0.53 |
| Hex | 55 | 2F | DD | 3E | 4F | 0 | D | FD | 48 | 35 |
| Octal | 125 | 57 | 335 | 76 | 117 | 0 | 15 | 375 | 110 | 65 |
| Binary | 1010101 | 101111 | 11011101 | 111110 | 1001111 | 0 | 1101 | 11111101 | 1001000 | 110101 |
Color Harmonies of #552FDD
Complementary color
Monochromatic Colors of #552FDD
Black with #552FDD
Text Example
Text Example
White with #552FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FDD; }
p { color: rgb(85,47,221); }
H1.HeaderClassName
{
color: #552FDD;
}
.AnyTagClassName
{
color: #552FDD;
}
</style>
background-color css
<style>
a { background-color: #552FDD; }
a { background-color: rgb(85,47,221); }
div.DivClassName
{
background-color: #552FDD;
}
.BgClassName
{
background-color: #552FDD;
}
</style>
border-color css
<style>
span { border-color: #552FDD; }
span { border-color: rgb(85,47,221); }
td.TdClassName
{
border-color: #552FDD;
}
.TagClassName
{
border-color: #552FDD;
}
</style>