Shades of Purple Heart #5524BC
Tints of Purple Heart #5524BC
RGB
CMYK
RGB Variations
Color information
#5524BC (or 0x5524BC) is known color: Purple Heart. HEX triplet: 55, 24 and BC. RGB value is (85,36,188). Sum of RGB (Red+Green+Blue) = 85+36+188=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #5524BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5524BC is #AADB43. Grayscale: #434343. Windows color (decimal): -11197252 or 12330069. OLE color: 12330069.
HSL color Cylindrical-coordinate representation of color #5524BC: hue angle of 259.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5524BC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 36 | 188 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.26 |
| HSL | 259.34º | 0.68% | 0.44% | - |
| HSV(B) | 259.34º | 0.81% | 0.74% | - |
| XYZ | 13.45 | 6.82 | 48.18 | - |
| YUV | 67.98 | 195.73 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 188 | 0.55 | 0.81 | 0 | 0.26 | 259.34 | 0.68 | 0.44 |
| Hex | 55 | 24 | BC | 37 | 51 | 0 | 1A | 103 | 44 | 2C |
| Octal | 125 | 44 | 274 | 67 | 121 | 0 | 32 | 403 | 104 | 54 |
| Binary | 1010101 | 100100 | 10111100 | 110111 | 1010001 | 0 | 11010 | 100000011 | 1000100 | 101100 |
Color Harmonies of #5524BC
Complementary color
Monochromatic Colors of #5524BC
Black with #5524BC
Text Example
Text Example
White with #5524BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5524BC; }
p { color: rgb(85,36,188); }
H1.HeaderClassName
{
color: #5524BC;
}
.AnyTagClassName
{
color: #5524BC;
}
</style>
background-color css
<style>
a { background-color: #5524BC; }
a { background-color: rgb(85,36,188); }
div.DivClassName
{
background-color: #5524BC;
}
.BgClassName
{
background-color: #5524BC;
}
</style>
border-color css
<style>
span { border-color: #5524BC; }
span { border-color: rgb(85,36,188); }
td.TdClassName
{
border-color: #5524BC;
}
.TagClassName
{
border-color: #5524BC;
}
</style>