Shades of Purple Heart #5E41CB
Tints of Purple Heart #5E41CB
RGB
CMYK
RGB Variations
Color information
#5E41CB (or 0x5E41CB) is known color: Purple Heart. HEX triplet: 5E, 41 and CB. RGB value is (94,65,203). Sum of RGB (Red+Green+Blue) = 94+65+203=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E41CB is #A1BE34. Grayscale: #585858. Windows color (decimal): -10599989 or 13320542. OLE color: 13320542.
HSL color Cylindrical-coordinate representation of color #5E41CB: hue angle of 252.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E41CB is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 65 | 203 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.20 |
| HSL | 252.61º | 0.57% | 0.53% | - |
| HSV(B) | 252.61º | 0.68% | 0.8% | - |
| XYZ | 17.29 | 10.47 | 57.61 | - |
| YUV | 89.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 203 | 0.54 | 0.68 | 0 | 0.20 | 252.61 | 0.57 | 0.53 |
| Hex | 5E | 41 | CB | 36 | 44 | 0 | 14 | FD | 39 | 35 |
| Octal | 136 | 101 | 313 | 66 | 104 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1011110 | 1000001 | 11001011 | 110110 | 1000100 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #5E41CB
Complementary color
Monochromatic Colors of #5E41CB
Black with #5E41CB
Text Example
Text Example
White with #5E41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E41CB; }
p { color: rgb(94,65,203); }
H1.HeaderClassName
{
color: #5E41CB;
}
.AnyTagClassName
{
color: #5E41CB;
}
</style>
background-color css
<style>
a { background-color: #5E41CB; }
a { background-color: rgb(94,65,203); }
div.DivClassName
{
background-color: #5E41CB;
}
.BgClassName
{
background-color: #5E41CB;
}
</style>
border-color css
<style>
span { border-color: #5E41CB; }
span { border-color: rgb(94,65,203); }
td.TdClassName
{
border-color: #5E41CB;
}
.TagClassName
{
border-color: #5E41CB;
}
</style>