Shades of Purple Heart #542CBB
Tints of Purple Heart #542CBB
RGB
CMYK
RGB Variations
Color information
#542CBB (or 0x542CBB) is known color: Purple Heart. HEX triplet: 54, 2C and BB. RGB value is (84,44,187). Sum of RGB (Red+Green+Blue) = 84+44+187=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #542CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CBB is #ABD344. Grayscale: #474747. Windows color (decimal): -11260741 or 12266580. OLE color: 12266580.
HSL color Cylindrical-coordinate representation of color #542CBB: hue angle of 256.78º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542CBB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 44 | 187 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.27 |
| HSL | 256.78º | 0.62% | 0.45% | - |
| HSV(B) | 256.78º | 0.76% | 0.73% | - |
| XYZ | 13.53 | 7.27 | 47.7 | - |
| YUV | 72.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 187 | 0.55 | 0.76 | 0 | 0.27 | 256.78 | 0.62 | 0.45 |
| Hex | 54 | 2C | BB | 37 | 4C | 0 | 1B | 101 | 3E | 2D |
| Octal | 124 | 54 | 273 | 67 | 114 | 0 | 33 | 401 | 76 | 55 |
| Binary | 1010100 | 101100 | 10111011 | 110111 | 1001100 | 0 | 11011 | 100000001 | 111110 | 101101 |
Color Harmonies of #542CBB
Complementary color
Monochromatic Colors of #542CBB
Black with #542CBB
Text Example
Text Example
White with #542CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CBB; }
p { color: rgb(84,44,187); }
H1.HeaderClassName
{
color: #542CBB;
}
.AnyTagClassName
{
color: #542CBB;
}
</style>
background-color css
<style>
a { background-color: #542CBB; }
a { background-color: rgb(84,44,187); }
div.DivClassName
{
background-color: #542CBB;
}
.BgClassName
{
background-color: #542CBB;
}
</style>
border-color css
<style>
span { border-color: #542CBB; }
span { border-color: rgb(84,44,187); }
td.TdClassName
{
border-color: #542CBB;
}
.TagClassName
{
border-color: #542CBB;
}
</style>