Shades of Purple Heart #5426CC
Tints of Purple Heart #5426CC
RGB
CMYK
RGB Variations
Color information
#5426CC (or 0x5426CC) is known color: Purple Heart. HEX triplet: 54, 26 and CC. RGB value is (84,38,204). Sum of RGB (Red+Green+Blue) = 84+38+204=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #5426CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426CC is #ABD933. Grayscale: #464646. Windows color (decimal): -11262260 or 13379156. OLE color: 13379156.
HSL color Cylindrical-coordinate representation of color #5426CC: hue angle of 256.63º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5426CC is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 38 | 204 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.2 |
| HSL | 256.63º | 0.69% | 0.47% | - |
| HSV(B) | 256.63º | 0.81% | 0.8% | - |
| XYZ | 15.25 | 7.63 | 57.8 | - |
| YUV | 70.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 204 | 0.59 | 0.81 | 0 | 0.2 | 256.63 | 0.69 | 0.47 |
| Hex | 54 | 26 | CC | 3B | 51 | 0 | 14 | 101 | 45 | 2F |
| Octal | 124 | 46 | 314 | 73 | 121 | 0 | 24 | 401 | 105 | 57 |
| Binary | 1010100 | 100110 | 11001100 | 111011 | 1010001 | 0 | 10100 | 100000001 | 1000101 | 101111 |
Color Harmonies of #5426CC
Complementary color
Monochromatic Colors of #5426CC
Black with #5426CC
Text Example
Text Example
White with #5426CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426CC; }
p { color: rgb(84,38,204); }
H1.HeaderClassName
{
color: #5426CC;
}
.AnyTagClassName
{
color: #5426CC;
}
</style>
background-color css
<style>
a { background-color: #5426CC; }
a { background-color: rgb(84,38,204); }
div.DivClassName
{
background-color: #5426CC;
}
.BgClassName
{
background-color: #5426CC;
}
</style>
border-color css
<style>
span { border-color: #5426CC; }
span { border-color: rgb(84,38,204); }
td.TdClassName
{
border-color: #5426CC;
}
.TagClassName
{
border-color: #5426CC;
}
</style>