Shades of Purple Heart #5423CE
Tints of Purple Heart #5423CE
RGB
CMYK
RGB Variations
Color information
#5423CE (or 0x5423CE) is known color: Purple Heart. HEX triplet: 54, 23 and CE. RGB value is (84,35,206). Sum of RGB (Red+Green+Blue) = 84+35+206=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #5423CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5423CE is #ABDC31. Grayscale: #444444. Windows color (decimal): -11263026 or 13509460. OLE color: 13509460.
HSL color Cylindrical-coordinate representation of color #5423CE: hue angle of 257.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5423CE is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 35 | 206 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.19 |
| HSL | 257.19º | 0.71% | 0.47% | - |
| HSV(B) | 257.19º | 0.83% | 0.81% | - |
| XYZ | 15.4 | 7.54 | 59.04 | - |
| YUV | 69.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 206 | 0.59 | 0.83 | 0 | 0.19 | 257.19 | 0.71 | 0.47 |
| Hex | 54 | 23 | CE | 3B | 53 | 0 | 13 | 101 | 47 | 2F |
| Octal | 124 | 43 | 316 | 73 | 123 | 0 | 23 | 401 | 107 | 57 |
| Binary | 1010100 | 100011 | 11001110 | 111011 | 1010011 | 0 | 10011 | 100000001 | 1000111 | 101111 |
Color Harmonies of #5423CE
Complementary color
Monochromatic Colors of #5423CE
Black with #5423CE
Text Example
Text Example
White with #5423CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5423CE; }
p { color: rgb(84,35,206); }
H1.HeaderClassName
{
color: #5423CE;
}
.AnyTagClassName
{
color: #5423CE;
}
</style>
background-color css
<style>
a { background-color: #5423CE; }
a { background-color: rgb(84,35,206); }
div.DivClassName
{
background-color: #5423CE;
}
.BgClassName
{
background-color: #5423CE;
}
</style>
border-color css
<style>
span { border-color: #5423CE; }
span { border-color: rgb(84,35,206); }
td.TdClassName
{
border-color: #5423CE;
}
.TagClassName
{
border-color: #5423CE;
}
</style>