Shades of Purple Heart #5E2FC5
Tints of Purple Heart #5E2FC5
RGB
CMYK
RGB Variations
Color information
#5E2FC5 (or 0x5E2FC5) is known color: Purple Heart. HEX triplet: 5E, 2F and C5. RGB value is (94,47,197). Sum of RGB (Red+Green+Blue) = 94+47+197=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #5E2FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2FC5 is #A1D03A. Grayscale: #4D4D4D. Windows color (decimal): -10604603 or 12922718. OLE color: 12922718.
HSL color Cylindrical-coordinate representation of color #5E2FC5: hue angle of 258.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2FC5 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 47 | 197 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.23 |
| HSL | 258.8º | 0.61% | 0.48% | - |
| HSV(B) | 258.8º | 0.76% | 0.77% | - |
| XYZ | 15.71 | 8.44 | 53.63 | - |
| YUV | 78.15 | 195.07 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 197 | 0.52 | 0.76 | 0 | 0.23 | 258.8 | 0.61 | 0.48 |
| Hex | 5E | 2F | C5 | 34 | 4C | 0 | 17 | 103 | 3D | 30 |
| Octal | 136 | 57 | 305 | 64 | 114 | 0 | 27 | 403 | 75 | 60 |
| Binary | 1011110 | 101111 | 11000101 | 110100 | 1001100 | 0 | 10111 | 100000011 | 111101 | 110000 |
Color Harmonies of #5E2FC5
Complementary color
Monochromatic Colors of #5E2FC5
Black with #5E2FC5
Text Example
Text Example
White with #5E2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2FC5; }
p { color: rgb(94,47,197); }
H1.HeaderClassName
{
color: #5E2FC5;
}
.AnyTagClassName
{
color: #5E2FC5;
}
</style>
background-color css
<style>
a { background-color: #5E2FC5; }
a { background-color: rgb(94,47,197); }
div.DivClassName
{
background-color: #5E2FC5;
}
.BgClassName
{
background-color: #5E2FC5;
}
</style>
border-color css
<style>
span { border-color: #5E2FC5; }
span { border-color: rgb(94,47,197); }
td.TdClassName
{
border-color: #5E2FC5;
}
.TagClassName
{
border-color: #5E2FC5;
}
</style>