Shades of Purple Heart #5E42B6
Tints of Purple Heart #5E42B6
RGB
CMYK
RGB Variations
Color information
#5E42B6 (or 0x5E42B6) is known color: Purple Heart. HEX triplet: 5E, 42 and B6. RGB value is (94,66,182). Sum of RGB (Red+Green+Blue) = 94+66+182=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #5E42B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E42B6 is #A1BD49. Grayscale: #575757. Windows color (decimal): -10599754 or 11944542. OLE color: 11944542.
HSL color Cylindrical-coordinate representation of color #5E42B6: hue angle of 254.48º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E42B6 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 66 | 182 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.29 |
| HSL | 254.48º | 0.47% | 0.49% | - |
| HSV(B) | 254.48º | 0.64% | 0.71% | - |
| XYZ | 15.01 | 9.65 | 45.33 | - |
| YUV | 87.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 182 | 0.48 | 0.64 | 0 | 0.29 | 254.48 | 0.47 | 0.49 |
| Hex | 5E | 42 | B6 | 30 | 40 | 0 | 1D | FE | 2F | 31 |
| Octal | 136 | 102 | 266 | 60 | 100 | 0 | 35 | 376 | 57 | 61 |
| Binary | 1011110 | 1000010 | 10110110 | 110000 | 1000000 | 0 | 11101 | 11111110 | 101111 | 110001 |
Color Harmonies of #5E42B6
Complementary color
Monochromatic Colors of #5E42B6
Black with #5E42B6
Text Example
Text Example
White with #5E42B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42B6; }
p { color: rgb(94,66,182); }
H1.HeaderClassName
{
color: #5E42B6;
}
.AnyTagClassName
{
color: #5E42B6;
}
</style>
background-color css
<style>
a { background-color: #5E42B6; }
a { background-color: rgb(94,66,182); }
div.DivClassName
{
background-color: #5E42B6;
}
.BgClassName
{
background-color: #5E42B6;
}
</style>
border-color css
<style>
span { border-color: #5E42B6; }
span { border-color: rgb(94,66,182); }
td.TdClassName
{
border-color: #5E42B6;
}
.TagClassName
{
border-color: #5E42B6;
}
</style>