Shades of Purple Heart #5530DC
Tints of Purple Heart #5530DC
RGB
CMYK
RGB Variations
Color information
#5530DC (or 0x5530DC) is known color: Purple Heart. HEX triplet: 55, 30 and DC. RGB value is (85,48,220). Sum of RGB (Red+Green+Blue) = 85+48+220=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #5530DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5530DC is #AACF23. Grayscale: #4E4E4E. Windows color (decimal): -11194148 or 14430293. OLE color: 14430293.
HSL color Cylindrical-coordinate representation of color #5530DC: hue angle of 252.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5530DC is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 48 | 220 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.14 |
| HSL | 252.91º | 0.71% | 0.53% | - |
| HSV(B) | 252.91º | 0.78% | 0.86% | - |
| XYZ | 17.72 | 9.21 | 68.55 | - |
| YUV | 78.67 | 207.76 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 220 | 0.61 | 0.78 | 0 | 0.14 | 252.91 | 0.71 | 0.53 |
| Hex | 55 | 30 | DC | 3D | 4E | 0 | E | FD | 47 | 35 |
| Octal | 125 | 60 | 334 | 75 | 116 | 0 | 16 | 375 | 107 | 65 |
| Binary | 1010101 | 110000 | 11011100 | 111101 | 1001110 | 0 | 1110 | 11111101 | 1000111 | 110101 |
Color Harmonies of #5530DC
Complementary color
Monochromatic Colors of #5530DC
Black with #5530DC
Text Example
Text Example
White with #5530DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5530DC; }
p { color: rgb(85,48,220); }
H1.HeaderClassName
{
color: #5530DC;
}
.AnyTagClassName
{
color: #5530DC;
}
</style>
background-color css
<style>
a { background-color: #5530DC; }
a { background-color: rgb(85,48,220); }
div.DivClassName
{
background-color: #5530DC;
}
.BgClassName
{
background-color: #5530DC;
}
</style>
border-color css
<style>
span { border-color: #5530DC; }
span { border-color: rgb(85,48,220); }
td.TdClassName
{
border-color: #5530DC;
}
.TagClassName
{
border-color: #5530DC;
}
</style>