Shades of Purple Heart #5418AB
Tints of Purple Heart #5418AB
RGB
CMYK
RGB Variations
Color information
#5418AB (or 0x5418AB) is known color: Purple Heart. HEX triplet: 54, 18 and AB. RGB value is (84,24,171). Sum of RGB (Red+Green+Blue) = 84+24+171=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #5418AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5418AB is #ABE754. Grayscale: #3A3A3A. Windows color (decimal): -11265877 or 11212884. OLE color: 11212884.
HSL color Cylindrical-coordinate representation of color #5418AB: hue angle of 264.49º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5418AB is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 24 | 171 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.33 |
| HSL | 264.49º | 0.75% | 0.38% | - |
| HSV(B) | 264.49º | 0.86% | 0.67% | - |
| XYZ | 11.33 | 5.48 | 38.99 | - |
| YUV | 58.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 171 | 0.51 | 0.86 | 0 | 0.33 | 264.49 | 0.75 | 0.38 |
| Hex | 54 | 18 | AB | 33 | 56 | 0 | 21 | 108 | 4B | 26 |
| Octal | 124 | 30 | 253 | 63 | 126 | 0 | 41 | 410 | 113 | 46 |
| Binary | 1010100 | 11000 | 10101011 | 110011 | 1010110 | 0 | 100001 | 100001000 | 1001011 | 100110 |
Color Harmonies of #5418AB
Complementary color
Monochromatic Colors of #5418AB
Black with #5418AB
Text Example
Text Example
White with #5418AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418AB; }
p { color: rgb(84,24,171); }
H1.HeaderClassName
{
color: #5418AB;
}
.AnyTagClassName
{
color: #5418AB;
}
</style>
background-color css
<style>
a { background-color: #5418AB; }
a { background-color: rgb(84,24,171); }
div.DivClassName
{
background-color: #5418AB;
}
.BgClassName
{
background-color: #5418AB;
}
</style>
border-color css
<style>
span { border-color: #5418AB; }
span { border-color: rgb(84,24,171); }
td.TdClassName
{
border-color: #5418AB;
}
.TagClassName
{
border-color: #5418AB;
}
</style>