Shades of Purple Heart #552BDD
Tints of Purple Heart #552BDD
RGB
CMYK
RGB Variations
Color information
#552BDD (or 0x552BDD) is known color: Purple Heart. HEX triplet: 55, 2B and DD. RGB value is (85,43,221). Sum of RGB (Red+Green+Blue) = 85+43+221=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #552BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BDD is #AAD422. Grayscale: #4B4B4B. Windows color (decimal): -11195427 or 14494549. OLE color: 14494549.
HSL color Cylindrical-coordinate representation of color #552BDD: hue angle of 254.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552BDD is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 43 | 221 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.13 |
| HSL | 254.16º | 0.72% | 0.52% | - |
| HSV(B) | 254.16º | 0.81% | 0.87% | - |
| XYZ | 17.66 | 8.88 | 69.19 | - |
| YUV | 75.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 221 | 0.62 | 0.81 | 0 | 0.13 | 254.16 | 0.72 | 0.52 |
| Hex | 55 | 2B | DD | 3E | 51 | 0 | D | FE | 48 | 34 |
| Octal | 125 | 53 | 335 | 76 | 121 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010101 | 101011 | 11011101 | 111110 | 1010001 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #552BDD
Complementary color
Monochromatic Colors of #552BDD
Black with #552BDD
Text Example
Text Example
White with #552BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BDD; }
p { color: rgb(85,43,221); }
H1.HeaderClassName
{
color: #552BDD;
}
.AnyTagClassName
{
color: #552BDD;
}
</style>
background-color css
<style>
a { background-color: #552BDD; }
a { background-color: rgb(85,43,221); }
div.DivClassName
{
background-color: #552BDD;
}
.BgClassName
{
background-color: #552BDD;
}
</style>
border-color css
<style>
span { border-color: #552BDD; }
span { border-color: rgb(85,43,221); }
td.TdClassName
{
border-color: #552BDD;
}
.TagClassName
{
border-color: #552BDD;
}
</style>