Shades of Purple Heart #5411AC
Tints of Purple Heart #5411AC
RGB
CMYK
RGB Variations
Color information
#5411AC (or 0x5411AC) is known color: Purple Heart. HEX triplet: 54, 11 and AC. RGB value is (84,17,172). Sum of RGB (Red+Green+Blue) = 84+17+172=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #5411AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5411AC is #ABEE53. Grayscale: #363636. Windows color (decimal): -11267668 or 11276628. OLE color: 11276628.
HSL color Cylindrical-coordinate representation of color #5411AC: hue angle of 265.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5411AC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 17 | 172 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.33 |
| HSL | 265.94º | 0.82% | 0.37% | - |
| HSV(B) | 265.94º | 0.9% | 0.67% | - |
| XYZ | 11.3 | 5.26 | 39.45 | - |
| YUV | 54.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 172 | 0.51 | 0.90 | 0 | 0.33 | 265.94 | 0.82 | 0.37 |
| Hex | 54 | 11 | AC | 33 | 5A | 0 | 21 | 10A | 52 | 25 |
| Octal | 124 | 21 | 254 | 63 | 132 | 0 | 41 | 412 | 122 | 45 |
| Binary | 1010100 | 10001 | 10101100 | 110011 | 1011010 | 0 | 100001 | 100001010 | 1010010 | 100101 |
Color Harmonies of #5411AC
Complementary color
Monochromatic Colors of #5411AC
Black with #5411AC
Text Example
Text Example
White with #5411AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5411AC; }
p { color: rgb(84,17,172); }
H1.HeaderClassName
{
color: #5411AC;
}
.AnyTagClassName
{
color: #5411AC;
}
</style>
background-color css
<style>
a { background-color: #5411AC; }
a { background-color: rgb(84,17,172); }
div.DivClassName
{
background-color: #5411AC;
}
.BgClassName
{
background-color: #5411AC;
}
</style>
border-color css
<style>
span { border-color: #5411AC; }
span { border-color: rgb(84,17,172); }
td.TdClassName
{
border-color: #5411AC;
}
.TagClassName
{
border-color: #5411AC;
}
</style>