Shades of Purple Heart #5E3CB4
Tints of Purple Heart #5E3CB4
RGB
CMYK
RGB Variations
Color information
#5E3CB4 (or 0x5E3CB4) is known color: Purple Heart. HEX triplet: 5E, 3C and B4. RGB value is (94,60,180). Sum of RGB (Red+Green+Blue) = 94+60+180=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CB4 is #A1C34B. Grayscale: #535353. Windows color (decimal): -10601292 or 11811934. OLE color: 11811934.
HSL color Cylindrical-coordinate representation of color #5E3CB4: hue angle of 257º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E3CB4 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 60 | 180 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.29 |
| HSL | 257º | 0.5% | 0.47% | - |
| HSV(B) | 257º | 0.67% | 0.71% | - |
| XYZ | 14.47 | 8.91 | 44.14 | - |
| YUV | 83.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 180 | 0.48 | 0.67 | 0 | 0.29 | 257 | 0.5 | 0.47 |
| Hex | 5E | 3C | B4 | 30 | 43 | 0 | 1D | 101 | 32 | 2F |
| Octal | 136 | 74 | 264 | 60 | 103 | 0 | 35 | 401 | 62 | 57 |
| Binary | 1011110 | 111100 | 10110100 | 110000 | 1000011 | 0 | 11101 | 100000001 | 110010 | 101111 |
Color Harmonies of #5E3CB4
Complementary color
Monochromatic Colors of #5E3CB4
Black with #5E3CB4
Text Example
Text Example
White with #5E3CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CB4; }
p { color: rgb(94,60,180); }
H1.HeaderClassName
{
color: #5E3CB4;
}
.AnyTagClassName
{
color: #5E3CB4;
}
</style>
background-color css
<style>
a { background-color: #5E3CB4; }
a { background-color: rgb(94,60,180); }
div.DivClassName
{
background-color: #5E3CB4;
}
.BgClassName
{
background-color: #5E3CB4;
}
</style>
border-color css
<style>
span { border-color: #5E3CB4; }
span { border-color: rgb(94,60,180); }
td.TdClassName
{
border-color: #5E3CB4;
}
.TagClassName
{
border-color: #5E3CB4;
}
</style>