Shades of Purple Heart #5426CE
Tints of Purple Heart #5426CE
RGB
CMYK
RGB Variations
Color information
#5426CE (or 0x5426CE) is known color: Purple Heart. HEX triplet: 54, 26 and CE. RGB value is (84,38,206). Sum of RGB (Red+Green+Blue) = 84+38+206=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #5426CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426CE is #ABD931. Grayscale: #464646. Windows color (decimal): -11262258 or 13510228. OLE color: 13510228.
HSL color Cylindrical-coordinate representation of color #5426CE: hue angle of 256.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5426CE is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 38 | 206 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.19 |
| HSL | 256.43º | 0.69% | 0.48% | - |
| HSV(B) | 256.43º | 0.82% | 0.81% | - |
| XYZ | 15.49 | 7.73 | 59.07 | - |
| YUV | 70.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 206 | 0.59 | 0.82 | 0 | 0.19 | 256.43 | 0.69 | 0.48 |
| Hex | 54 | 26 | CE | 3B | 52 | 0 | 13 | 100 | 45 | 30 |
| Octal | 124 | 46 | 316 | 73 | 122 | 0 | 23 | 400 | 105 | 60 |
| Binary | 1010100 | 100110 | 11001110 | 111011 | 1010010 | 0 | 10011 | 100000000 | 1000101 | 110000 |
Color Harmonies of #5426CE
Complementary color
Monochromatic Colors of #5426CE
Black with #5426CE
Text Example
Text Example
White with #5426CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426CE; }
p { color: rgb(84,38,206); }
H1.HeaderClassName
{
color: #5426CE;
}
.AnyTagClassName
{
color: #5426CE;
}
</style>
background-color css
<style>
a { background-color: #5426CE; }
a { background-color: rgb(84,38,206); }
div.DivClassName
{
background-color: #5426CE;
}
.BgClassName
{
background-color: #5426CE;
}
</style>
border-color css
<style>
span { border-color: #5426CE; }
span { border-color: rgb(84,38,206); }
td.TdClassName
{
border-color: #5426CE;
}
.TagClassName
{
border-color: #5426CE;
}
</style>