Shades of Purple Heart #5426C0
Tints of Purple Heart #5426C0
RGB
CMYK
RGB Variations
Color information
#5426C0 (or 0x5426C0) is known color: Purple Heart. HEX triplet: 54, 26 and C0. RGB value is (84,38,192). Sum of RGB (Red+Green+Blue) = 84+38+192=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #5426C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426C0 is #ABD93F. Grayscale: #444444. Windows color (decimal): -11262272 or 12592724. OLE color: 12592724.
HSL color Cylindrical-coordinate representation of color #5426C0: hue angle of 257.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5426C0 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 38 | 192 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.25 |
| HSL | 257.92º | 0.67% | 0.45% | - |
| HSV(B) | 257.92º | 0.8% | 0.75% | - |
| XYZ | 13.86 | 7.08 | 50.5 | - |
| YUV | 69.31 | 197.24 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 192 | 0.56 | 0.80 | 0 | 0.25 | 257.92 | 0.67 | 0.45 |
| Hex | 54 | 26 | C0 | 38 | 50 | 0 | 19 | 102 | 43 | 2D |
| Octal | 124 | 46 | 300 | 70 | 120 | 0 | 31 | 402 | 103 | 55 |
| Binary | 1010100 | 100110 | 11000000 | 111000 | 1010000 | 0 | 11001 | 100000010 | 1000011 | 101101 |
Color Harmonies of #5426C0
Complementary color
Monochromatic Colors of #5426C0
Black with #5426C0
Text Example
Text Example
White with #5426C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426C0; }
p { color: rgb(84,38,192); }
H1.HeaderClassName
{
color: #5426C0;
}
.AnyTagClassName
{
color: #5426C0;
}
</style>
background-color css
<style>
a { background-color: #5426C0; }
a { background-color: rgb(84,38,192); }
div.DivClassName
{
background-color: #5426C0;
}
.BgClassName
{
background-color: #5426C0;
}
</style>
border-color css
<style>
span { border-color: #5426C0; }
span { border-color: rgb(84,38,192); }
td.TdClassName
{
border-color: #5426C0;
}
.TagClassName
{
border-color: #5426C0;
}
</style>