Shades of Purple Heart #5530D1
Tints of Purple Heart #5530D1
RGB
CMYK
RGB Variations
Color information
#5530D1 (or 0x5530D1) is known color: Purple Heart. HEX triplet: 55, 30 and D1. RGB value is (85,48,209). Sum of RGB (Red+Green+Blue) = 85+48+209=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 209 (82.03% from 255 or 61.11% from 342); Max value from RGB is 209 - color contains mainly: blue. Hex color #5530D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5530D1 is #AACF2E. Grayscale: #4C4C4C. Windows color (decimal): -11194159 or 13709397. OLE color: 13709397.
HSL color Cylindrical-coordinate representation of color #5530D1: hue angle of 253.79º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5530D1 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 48 | 209 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.18 |
| HSL | 253.79º | 0.64% | 0.5% | - |
| HSV(B) | 253.79º | 0.77% | 0.82% | - |
| XYZ | 16.31 | 8.65 | 61.13 | - |
| YUV | 77.42 | 202.26 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 209 | 0.59 | 0.77 | 0 | 0.18 | 253.79 | 0.64 | 0.5 |
| Hex | 55 | 30 | D1 | 3B | 4D | 0 | 12 | FE | 40 | 32 |
| Octal | 125 | 60 | 321 | 73 | 115 | 0 | 22 | 376 | 100 | 62 |
| Binary | 1010101 | 110000 | 11010001 | 111011 | 1001101 | 0 | 10010 | 11111110 | 1000000 | 110010 |
Color Harmonies of #5530D1
Complementary color
Monochromatic Colors of #5530D1
Black with #5530D1
Text Example
Text Example
White with #5530D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5530D1; }
p { color: rgb(85,48,209); }
H1.HeaderClassName
{
color: #5530D1;
}
.AnyTagClassName
{
color: #5530D1;
}
</style>
background-color css
<style>
a { background-color: #5530D1; }
a { background-color: rgb(85,48,209); }
div.DivClassName
{
background-color: #5530D1;
}
.BgClassName
{
background-color: #5530D1;
}
</style>
border-color css
<style>
span { border-color: #5530D1; }
span { border-color: rgb(85,48,209); }
td.TdClassName
{
border-color: #5530D1;
}
.TagClassName
{
border-color: #5530D1;
}
</style>