Shades of Purple Heart #542ABC
Tints of Purple Heart #542ABC
RGB
CMYK
RGB Variations
Color information
#542ABC (or 0x542ABC) is known color: Purple Heart. HEX triplet: 54, 2A and BC. RGB value is (84,42,188). Sum of RGB (Red+Green+Blue) = 84+42+188=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #542ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ABC is #ABD543. Grayscale: #464646. Windows color (decimal): -11261252 or 12331604. OLE color: 12331604.
HSL color Cylindrical-coordinate representation of color #542ABC: hue angle of 257.26º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542ABC is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 42 | 188 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.26 |
| HSL | 257.26º | 0.63% | 0.45% | - |
| HSV(B) | 257.26º | 0.78% | 0.74% | - |
| XYZ | 13.56 | 7.17 | 48.25 | - |
| YUV | 71.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 188 | 0.55 | 0.78 | 0 | 0.26 | 257.26 | 0.63 | 0.45 |
| Hex | 54 | 2A | BC | 37 | 4E | 0 | 1A | 101 | 3F | 2D |
| Octal | 124 | 52 | 274 | 67 | 116 | 0 | 32 | 401 | 77 | 55 |
| Binary | 1010100 | 101010 | 10111100 | 110111 | 1001110 | 0 | 11010 | 100000001 | 111111 | 101101 |
Color Harmonies of #542ABC
Complementary color
Monochromatic Colors of #542ABC
Black with #542ABC
Text Example
Text Example
White with #542ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542ABC; }
p { color: rgb(84,42,188); }
H1.HeaderClassName
{
color: #542ABC;
}
.AnyTagClassName
{
color: #542ABC;
}
</style>
background-color css
<style>
a { background-color: #542ABC; }
a { background-color: rgb(84,42,188); }
div.DivClassName
{
background-color: #542ABC;
}
.BgClassName
{
background-color: #542ABC;
}
</style>
border-color css
<style>
span { border-color: #542ABC; }
span { border-color: rgb(84,42,188); }
td.TdClassName
{
border-color: #542ABC;
}
.TagClassName
{
border-color: #542ABC;
}
</style>