Shades of Purple Heart #5E42B4
Tints of Purple Heart #5E42B4
RGB
CMYK
RGB Variations
Color information
#5E42B4 (or 0x5E42B4) is known color: Purple Heart. HEX triplet: 5E, 42 and B4. RGB value is (94,66,180). Sum of RGB (Red+Green+Blue) = 94+66+180=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E42B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E42B4 is #A1BD4B. Grayscale: #565656. Windows color (decimal): -10599756 or 11813470. OLE color: 11813470.
HSL color Cylindrical-coordinate representation of color #5E42B4: hue angle of 254.74º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E42B4 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 66 | 180 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.29 |
| HSL | 254.74º | 0.46% | 0.48% | - |
| HSV(B) | 254.74º | 0.63% | 0.71% | - |
| XYZ | 14.8 | 9.57 | 44.25 | - |
| YUV | 87.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 180 | 0.48 | 0.63 | 0 | 0.29 | 254.74 | 0.46 | 0.48 |
| Hex | 5E | 42 | B4 | 30 | 3F | 0 | 1D | FF | 2E | 30 |
| Octal | 136 | 102 | 264 | 60 | 77 | 0 | 35 | 377 | 56 | 60 |
| Binary | 1011110 | 1000010 | 10110100 | 110000 | 111111 | 0 | 11101 | 11111111 | 101110 | 110000 |
Color Harmonies of #5E42B4
Complementary color
Monochromatic Colors of #5E42B4
Black with #5E42B4
Text Example
Text Example
White with #5E42B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42B4; }
p { color: rgb(94,66,180); }
H1.HeaderClassName
{
color: #5E42B4;
}
.AnyTagClassName
{
color: #5E42B4;
}
</style>
background-color css
<style>
a { background-color: #5E42B4; }
a { background-color: rgb(94,66,180); }
div.DivClassName
{
background-color: #5E42B4;
}
.BgClassName
{
background-color: #5E42B4;
}
</style>
border-color css
<style>
span { border-color: #5E42B4; }
span { border-color: rgb(94,66,180); }
td.TdClassName
{
border-color: #5E42B4;
}
.TagClassName
{
border-color: #5E42B4;
}
</style>