Shades of Purple Heart #5426AC
Tints of Purple Heart #5426AC
RGB
CMYK
RGB Variations
Color information
#5426AC (or 0x5426AC) is known color: Purple Heart. HEX triplet: 54, 26 and AC. RGB value is (84,38,172). Sum of RGB (Red+Green+Blue) = 84+38+172=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #5426AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5426AC is #ABD953. Grayscale: #424242. Windows color (decimal): -11262292 or 11282004. OLE color: 11282004.
HSL color Cylindrical-coordinate representation of color #5426AC: hue angle of 260.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5426AC is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 38 | 172 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.33 |
| HSL | 260.6º | 0.64% | 0.41% | - |
| HSV(B) | 260.6º | 0.78% | 0.67% | - |
| XYZ | 11.8 | 6.25 | 39.61 | - |
| YUV | 67.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 172 | 0.51 | 0.78 | 0 | 0.33 | 260.6 | 0.64 | 0.41 |
| Hex | 54 | 26 | AC | 33 | 4E | 0 | 21 | 105 | 40 | 29 |
| Octal | 124 | 46 | 254 | 63 | 116 | 0 | 41 | 405 | 100 | 51 |
| Binary | 1010100 | 100110 | 10101100 | 110011 | 1001110 | 0 | 100001 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5426AC
Complementary color
Monochromatic Colors of #5426AC
Black with #5426AC
Text Example
Text Example
White with #5426AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426AC; }
p { color: rgb(84,38,172); }
H1.HeaderClassName
{
color: #5426AC;
}
.AnyTagClassName
{
color: #5426AC;
}
</style>
background-color css
<style>
a { background-color: #5426AC; }
a { background-color: rgb(84,38,172); }
div.DivClassName
{
background-color: #5426AC;
}
.BgClassName
{
background-color: #5426AC;
}
</style>
border-color css
<style>
span { border-color: #5426AC; }
span { border-color: rgb(84,38,172); }
td.TdClassName
{
border-color: #5426AC;
}
.TagClassName
{
border-color: #5426AC;
}
</style>