Shades of Purple Heart #5529BB
Tints of Purple Heart #5529BB
RGB
CMYK
RGB Variations
Color information
#5529BB (or 0x5529BB) is known color: Purple Heart. HEX triplet: 55, 29 and BB. RGB value is (85,41,187). Sum of RGB (Red+Green+Blue) = 85+41+187=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #5529BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529BB is #AAD644. Grayscale: #464646. Windows color (decimal): -11195973 or 12265813. OLE color: 12265813.
HSL color Cylindrical-coordinate representation of color #5529BB: hue angle of 258.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5529BB is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 41 | 187 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.27 |
| HSL | 258.08º | 0.64% | 0.45% | - |
| HSV(B) | 258.08º | 0.78% | 0.73% | - |
| XYZ | 13.51 | 7.11 | 47.67 | - |
| YUV | 70.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 187 | 0.55 | 0.78 | 0 | 0.27 | 258.08 | 0.64 | 0.45 |
| Hex | 55 | 29 | BB | 37 | 4E | 0 | 1B | 102 | 40 | 2D |
| Octal | 125 | 51 | 273 | 67 | 116 | 0 | 33 | 402 | 100 | 55 |
| Binary | 1010101 | 101001 | 10111011 | 110111 | 1001110 | 0 | 11011 | 100000010 | 1000000 | 101101 |
Color Harmonies of #5529BB
Complementary color
Monochromatic Colors of #5529BB
Black with #5529BB
Text Example
Text Example
White with #5529BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5529BB; }
p { color: rgb(85,41,187); }
H1.HeaderClassName
{
color: #5529BB;
}
.AnyTagClassName
{
color: #5529BB;
}
</style>
background-color css
<style>
a { background-color: #5529BB; }
a { background-color: rgb(85,41,187); }
div.DivClassName
{
background-color: #5529BB;
}
.BgClassName
{
background-color: #5529BB;
}
</style>
border-color css
<style>
span { border-color: #5529BB; }
span { border-color: rgb(85,41,187); }
td.TdClassName
{
border-color: #5529BB;
}
.TagClassName
{
border-color: #5529BB;
}
</style>