Shades of Purple Heart #5534BB
Tints of Purple Heart #5534BB
RGB
CMYK
RGB Variations
Color information
#5534BB (or 0x5534BB) is known color: Purple Heart. HEX triplet: 55, 34 and BB. RGB value is (85,52,187). Sum of RGB (Red+Green+Blue) = 85+52+187=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #5534BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5534BB is #AACB44. Grayscale: #4C4C4C. Windows color (decimal): -11193157 or 12268629. OLE color: 12268629.
HSL color Cylindrical-coordinate representation of color #5534BB: hue angle of 254.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5534BB is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 52 | 187 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.27 |
| HSL | 254.67º | 0.56% | 0.47% | - |
| HSV(B) | 254.67º | 0.72% | 0.73% | - |
| XYZ | 13.94 | 7.98 | 47.82 | - |
| YUV | 77.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 187 | 0.55 | 0.72 | 0 | 0.27 | 254.67 | 0.56 | 0.47 |
| Hex | 55 | 34 | BB | 37 | 48 | 0 | 1B | FF | 38 | 2F |
| Octal | 125 | 64 | 273 | 67 | 110 | 0 | 33 | 377 | 70 | 57 |
| Binary | 1010101 | 110100 | 10111011 | 110111 | 1001000 | 0 | 11011 | 11111111 | 111000 | 101111 |
Color Harmonies of #5534BB
Complementary color
Monochromatic Colors of #5534BB
Black with #5534BB
Text Example
Text Example
White with #5534BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5534BB; }
p { color: rgb(85,52,187); }
H1.HeaderClassName
{
color: #5534BB;
}
.AnyTagClassName
{
color: #5534BB;
}
</style>
background-color css
<style>
a { background-color: #5534BB; }
a { background-color: rgb(85,52,187); }
div.DivClassName
{
background-color: #5534BB;
}
.BgClassName
{
background-color: #5534BB;
}
</style>
border-color css
<style>
span { border-color: #5534BB; }
span { border-color: rgb(85,52,187); }
td.TdClassName
{
border-color: #5534BB;
}
.TagClassName
{
border-color: #5534BB;
}
</style>