Shades of Purple Heart #543CAF
Tints of Purple Heart #543CAF
RGB
CMYK
RGB Variations
Color information
#543CAF (or 0x543CAF) is known color: Purple Heart. HEX triplet: 54, 3C and AF. RGB value is (84,60,175). Sum of RGB (Red+Green+Blue) = 84+60+175=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #543CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543CAF is #ABC350. Grayscale: #4F4F4F. Windows color (decimal): -11256657 or 11484244. OLE color: 11484244.
HSL color Cylindrical-coordinate representation of color #543CAF: hue angle of 252.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543CAF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 60 | 175 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.31 |
| HSL | 252.52º | 0.49% | 0.46% | - |
| HSV(B) | 252.52º | 0.66% | 0.69% | - |
| XYZ | 13.01 | 8.21 | 41.46 | - |
| YUV | 80.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 175 | 0.52 | 0.66 | 0 | 0.31 | 252.52 | 0.49 | 0.46 |
| Hex | 54 | 3C | AF | 34 | 42 | 0 | 1F | FD | 31 | 2E |
| Octal | 124 | 74 | 257 | 64 | 102 | 0 | 37 | 375 | 61 | 56 |
| Binary | 1010100 | 111100 | 10101111 | 110100 | 1000010 | 0 | 11111 | 11111101 | 110001 | 101110 |
Color Harmonies of #543CAF
Complementary color
Monochromatic Colors of #543CAF
Black with #543CAF
Text Example
Text Example
White with #543CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CAF; }
p { color: rgb(84,60,175); }
H1.HeaderClassName
{
color: #543CAF;
}
.AnyTagClassName
{
color: #543CAF;
}
</style>
background-color css
<style>
a { background-color: #543CAF; }
a { background-color: rgb(84,60,175); }
div.DivClassName
{
background-color: #543CAF;
}
.BgClassName
{
background-color: #543CAF;
}
</style>
border-color css
<style>
span { border-color: #543CAF; }
span { border-color: rgb(84,60,175); }
td.TdClassName
{
border-color: #543CAF;
}
.TagClassName
{
border-color: #543CAF;
}
</style>