Shades of Purple Heart #5418A4
Tints of Purple Heart #5418A4
RGB
CMYK
RGB Variations
Color information
#5418A4 (or 0x5418A4) is known color: Purple Heart. HEX triplet: 54, 18 and A4. RGB value is (84,24,164). Sum of RGB (Red+Green+Blue) = 84+24+164=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #5418A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5418A4 is #ABE75B. Grayscale: #393939. Windows color (decimal): -11265884 or 10754132. OLE color: 10754132.
HSL color Cylindrical-coordinate representation of color #5418A4: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5418A4 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 24 | 164 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.36 |
| HSL | 265.71º | 0.74% | 0.37% | - |
| HSV(B) | 265.71º | 0.85% | 0.64% | - |
| XYZ | 10.68 | 5.22 | 35.57 | - |
| YUV | 57.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 164 | 0.49 | 0.85 | 0 | 0.36 | 265.71 | 0.74 | 0.37 |
| Hex | 54 | 18 | A4 | 31 | 55 | 0 | 24 | 10A | 4A | 25 |
| Octal | 124 | 30 | 244 | 61 | 125 | 0 | 44 | 412 | 112 | 45 |
| Binary | 1010100 | 11000 | 10100100 | 110001 | 1010101 | 0 | 100100 | 100001010 | 1001010 | 100101 |
Color Harmonies of #5418A4
Complementary color
Monochromatic Colors of #5418A4
Black with #5418A4
Text Example
Text Example
White with #5418A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418A4; }
p { color: rgb(84,24,164); }
H1.HeaderClassName
{
color: #5418A4;
}
.AnyTagClassName
{
color: #5418A4;
}
</style>
background-color css
<style>
a { background-color: #5418A4; }
a { background-color: rgb(84,24,164); }
div.DivClassName
{
background-color: #5418A4;
}
.BgClassName
{
background-color: #5418A4;
}
</style>
border-color css
<style>
span { border-color: #5418A4; }
span { border-color: rgb(84,24,164); }
td.TdClassName
{
border-color: #5418A4;
}
.TagClassName
{
border-color: #5418A4;
}
</style>