Shades of Purple Heart #5426CA
Tints of Purple Heart #5426CA
RGB
CMYK
RGB Variations
Color information
#5426CA (or 0x5426CA) is known color: Purple Heart. HEX triplet: 54, 26 and CA. RGB value is (84,38,202). Sum of RGB (Red+Green+Blue) = 84+38+202=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #5426CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426CA is #ABD935. Grayscale: #454545. Windows color (decimal): -11262262 or 13248084. OLE color: 13248084.
HSL color Cylindrical-coordinate representation of color #5426CA: hue angle of 256.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5426CA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 38 | 202 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.21 |
| HSL | 256.83º | 0.68% | 0.47% | - |
| HSV(B) | 256.83º | 0.81% | 0.79% | - |
| XYZ | 15.01 | 7.54 | 56.54 | - |
| YUV | 70.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 202 | 0.58 | 0.81 | 0 | 0.21 | 256.83 | 0.68 | 0.47 |
| Hex | 54 | 26 | CA | 3A | 51 | 0 | 15 | 101 | 44 | 2F |
| Octal | 124 | 46 | 312 | 72 | 121 | 0 | 25 | 401 | 104 | 57 |
| Binary | 1010100 | 100110 | 11001010 | 111010 | 1010001 | 0 | 10101 | 100000001 | 1000100 | 101111 |
Color Harmonies of #5426CA
Complementary color
Monochromatic Colors of #5426CA
Black with #5426CA
Text Example
Text Example
White with #5426CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426CA; }
p { color: rgb(84,38,202); }
H1.HeaderClassName
{
color: #5426CA;
}
.AnyTagClassName
{
color: #5426CA;
}
</style>
background-color css
<style>
a { background-color: #5426CA; }
a { background-color: rgb(84,38,202); }
div.DivClassName
{
background-color: #5426CA;
}
.BgClassName
{
background-color: #5426CA;
}
</style>
border-color css
<style>
span { border-color: #5426CA; }
span { border-color: rgb(84,38,202); }
td.TdClassName
{
border-color: #5426CA;
}
.TagClassName
{
border-color: #5426CA;
}
</style>