Shades of Purple Heart #5E2FB5
Tints of Purple Heart #5E2FB5
RGB
CMYK
RGB Variations
Color information
#5E2FB5 (or 0x5E2FB5) is known color: Purple Heart. HEX triplet: 5E, 2F and B5. RGB value is (94,47,181). Sum of RGB (Red+Green+Blue) = 94+47+181=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E2FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2FB5 is #A1D04A. Grayscale: #4B4B4B. Windows color (decimal): -10604619 or 11874142. OLE color: 11874142.
HSL color Cylindrical-coordinate representation of color #5E2FB5: hue angle of 261.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2FB5 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 47 | 181 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.29 |
| HSL | 261.04º | 0.59% | 0.45% | - |
| HSV(B) | 261.04º | 0.74% | 0.71% | - |
| XYZ | 13.97 | 7.75 | 44.48 | - |
| YUV | 76.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 181 | 0.48 | 0.74 | 0 | 0.29 | 261.04 | 0.59 | 0.45 |
| Hex | 5E | 2F | B5 | 30 | 4A | 0 | 1D | 105 | 3B | 2D |
| Octal | 136 | 57 | 265 | 60 | 112 | 0 | 35 | 405 | 73 | 55 |
| Binary | 1011110 | 101111 | 10110101 | 110000 | 1001010 | 0 | 11101 | 100000101 | 111011 | 101101 |
Color Harmonies of #5E2FB5
Complementary color
Monochromatic Colors of #5E2FB5
Black with #5E2FB5
Text Example
Text Example
White with #5E2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2FB5; }
p { color: rgb(94,47,181); }
H1.HeaderClassName
{
color: #5E2FB5;
}
.AnyTagClassName
{
color: #5E2FB5;
}
</style>
background-color css
<style>
a { background-color: #5E2FB5; }
a { background-color: rgb(94,47,181); }
div.DivClassName
{
background-color: #5E2FB5;
}
.BgClassName
{
background-color: #5E2FB5;
}
</style>
border-color css
<style>
span { border-color: #5E2FB5; }
span { border-color: rgb(94,47,181); }
td.TdClassName
{
border-color: #5E2FB5;
}
.TagClassName
{
border-color: #5E2FB5;
}
</style>