Shades of Purple Heart #5432CE
Tints of Purple Heart #5432CE
RGB
CMYK
RGB Variations
Color information
#5432CE (or 0x5432CE) is known color: Purple Heart. HEX triplet: 54, 32 and CE. RGB value is (84,50,206). Sum of RGB (Red+Green+Blue) = 84+50+206=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #5432CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432CE is #ABCD31. Grayscale: #4D4D4D. Windows color (decimal): -11259186 or 13513300. OLE color: 13513300.
HSL color Cylindrical-coordinate representation of color #5432CE: hue angle of 253.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5432CE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 50 | 206 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.19 |
| HSL | 253.08º | 0.61% | 0.5% | - |
| HSV(B) | 253.08º | 0.76% | 0.81% | - |
| XYZ | 15.94 | 8.62 | 59.22 | - |
| YUV | 77.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 206 | 0.59 | 0.76 | 0 | 0.19 | 253.08 | 0.61 | 0.5 |
| Hex | 54 | 32 | CE | 3B | 4C | 0 | 13 | FD | 3D | 32 |
| Octal | 124 | 62 | 316 | 73 | 114 | 0 | 23 | 375 | 75 | 62 |
| Binary | 1010100 | 110010 | 11001110 | 111011 | 1001100 | 0 | 10011 | 11111101 | 111101 | 110010 |
Color Harmonies of #5432CE
Complementary color
Monochromatic Colors of #5432CE
Black with #5432CE
Text Example
Text Example
White with #5432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432CE; }
p { color: rgb(84,50,206); }
H1.HeaderClassName
{
color: #5432CE;
}
.AnyTagClassName
{
color: #5432CE;
}
</style>
background-color css
<style>
a { background-color: #5432CE; }
a { background-color: rgb(84,50,206); }
div.DivClassName
{
background-color: #5432CE;
}
.BgClassName
{
background-color: #5432CE;
}
</style>
border-color css
<style>
span { border-color: #5432CE; }
span { border-color: rgb(84,50,206); }
td.TdClassName
{
border-color: #5432CE;
}
.TagClassName
{
border-color: #5432CE;
}
</style>