Shades of Purple Heart #5E43C2
Tints of Purple Heart #5E43C2
RGB
CMYK
RGB Variations
Color information
#5E43C2 (or 0x5E43C2) is known color: Purple Heart. HEX triplet: 5E, 43 and C2. RGB value is (94,67,194). Sum of RGB (Red+Green+Blue) = 94+67+194=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #5E43C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43C2 is #A1BC3D. Grayscale: #595959. Windows color (decimal): -10599486 or 12731230. OLE color: 12731230.
HSL color Cylindrical-coordinate representation of color #5E43C2: hue angle of 252.76º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E43C2 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 67 | 194 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.24 |
| HSL | 252.76º | 0.51% | 0.51% | - |
| HSV(B) | 252.76º | 0.65% | 0.76% | - |
| XYZ | 16.36 | 10.29 | 52.16 | - |
| YUV | 89.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 194 | 0.52 | 0.65 | 0 | 0.24 | 252.76 | 0.51 | 0.51 |
| Hex | 5E | 43 | C2 | 34 | 41 | 0 | 18 | FD | 33 | 33 |
| Octal | 136 | 103 | 302 | 64 | 101 | 0 | 30 | 375 | 63 | 63 |
| Binary | 1011110 | 1000011 | 11000010 | 110100 | 1000001 | 0 | 11000 | 11111101 | 110011 | 110011 |
Color Harmonies of #5E43C2
Complementary color
Monochromatic Colors of #5E43C2
Black with #5E43C2
Text Example
Text Example
White with #5E43C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43C2; }
p { color: rgb(94,67,194); }
H1.HeaderClassName
{
color: #5E43C2;
}
.AnyTagClassName
{
color: #5E43C2;
}
</style>
background-color css
<style>
a { background-color: #5E43C2; }
a { background-color: rgb(94,67,194); }
div.DivClassName
{
background-color: #5E43C2;
}
.BgClassName
{
background-color: #5E43C2;
}
</style>
border-color css
<style>
span { border-color: #5E43C2; }
span { border-color: rgb(94,67,194); }
td.TdClassName
{
border-color: #5E43C2;
}
.TagClassName
{
border-color: #5E43C2;
}
</style>