Shades of Purple Heart #5523BB
Tints of Purple Heart #5523BB
RGB
CMYK
RGB Variations
Color information
#5523BB (or 0x5523BB) is known color: Purple Heart. HEX triplet: 55, 23 and BB. RGB value is (85,35,187). Sum of RGB (Red+Green+Blue) = 85+35+187=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #5523BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523BB is #AADC44. Grayscale: #424242. Windows color (decimal): -11197509 or 12264277. OLE color: 12264277.
HSL color Cylindrical-coordinate representation of color #5523BB: hue angle of 259.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5523BB is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 35 | 187 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.27 |
| HSL | 259.74º | 0.68% | 0.44% | - |
| HSV(B) | 259.74º | 0.81% | 0.73% | - |
| XYZ | 13.32 | 6.72 | 47.61 | - |
| YUV | 67.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 187 | 0.55 | 0.81 | 0 | 0.27 | 259.74 | 0.68 | 0.44 |
| Hex | 55 | 23 | BB | 37 | 51 | 0 | 1B | 104 | 44 | 2C |
| Octal | 125 | 43 | 273 | 67 | 121 | 0 | 33 | 404 | 104 | 54 |
| Binary | 1010101 | 100011 | 10111011 | 110111 | 1010001 | 0 | 11011 | 100000100 | 1000100 | 101100 |
Color Harmonies of #5523BB
Complementary color
Monochromatic Colors of #5523BB
Black with #5523BB
Text Example
Text Example
White with #5523BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5523BB; }
p { color: rgb(85,35,187); }
H1.HeaderClassName
{
color: #5523BB;
}
.AnyTagClassName
{
color: #5523BB;
}
</style>
background-color css
<style>
a { background-color: #5523BB; }
a { background-color: rgb(85,35,187); }
div.DivClassName
{
background-color: #5523BB;
}
.BgClassName
{
background-color: #5523BB;
}
</style>
border-color css
<style>
span { border-color: #5523BB; }
span { border-color: rgb(85,35,187); }
td.TdClassName
{
border-color: #5523BB;
}
.TagClassName
{
border-color: #5523BB;
}
</style>