Shades of Purple Heart #5432BC
Tints of Purple Heart #5432BC
RGB
CMYK
RGB Variations
Color information
#5432BC (or 0x5432BC) is known color: Purple Heart. HEX triplet: 54, 32 and BC. RGB value is (84,50,188). Sum of RGB (Red+Green+Blue) = 84+50+188=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #5432BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432BC is #ABCD43. Grayscale: #4B4B4B. Windows color (decimal): -11259204 or 12333652. OLE color: 12333652.
HSL color Cylindrical-coordinate representation of color #5432BC: hue angle of 254.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5432BC is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 50 | 188 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.26 |
| HSL | 254.78º | 0.58% | 0.47% | - |
| HSV(B) | 254.78º | 0.73% | 0.74% | - |
| XYZ | 13.87 | 7.8 | 48.35 | - |
| YUV | 75.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 188 | 0.55 | 0.73 | 0 | 0.26 | 254.78 | 0.58 | 0.47 |
| Hex | 54 | 32 | BC | 37 | 49 | 0 | 1A | FF | 3A | 2F |
| Octal | 124 | 62 | 274 | 67 | 111 | 0 | 32 | 377 | 72 | 57 |
| Binary | 1010100 | 110010 | 10111100 | 110111 | 1001001 | 0 | 11010 | 11111111 | 111010 | 101111 |
Color Harmonies of #5432BC
Complementary color
Monochromatic Colors of #5432BC
Black with #5432BC
Text Example
Text Example
White with #5432BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432BC; }
p { color: rgb(84,50,188); }
H1.HeaderClassName
{
color: #5432BC;
}
.AnyTagClassName
{
color: #5432BC;
}
</style>
background-color css
<style>
a { background-color: #5432BC; }
a { background-color: rgb(84,50,188); }
div.DivClassName
{
background-color: #5432BC;
}
.BgClassName
{
background-color: #5432BC;
}
</style>
border-color css
<style>
span { border-color: #5432BC; }
span { border-color: rgb(84,50,188); }
td.TdClassName
{
border-color: #5432BC;
}
.TagClassName
{
border-color: #5432BC;
}
</style>