Shades of Purple Heart #5E36AF
Tints of Purple Heart #5E36AF
RGB
CMYK
RGB Variations
Color information
#5E36AF (or 0x5E36AF) is known color: Purple Heart. HEX triplet: 5E, 36 and AF. RGB value is (94,54,175). Sum of RGB (Red+Green+Blue) = 94+54+175=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E36AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36AF is #A1C950. Grayscale: #4F4F4F. Windows color (decimal): -10602833 or 11482718. OLE color: 11482718.
HSL color Cylindrical-coordinate representation of color #5E36AF: hue angle of 259.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E36AF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 54 | 175 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.31 |
| HSL | 259.83º | 0.53% | 0.45% | - |
| HSV(B) | 259.83º | 0.69% | 0.69% | - |
| XYZ | 13.67 | 8.11 | 41.4 | - |
| YUV | 79.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 175 | 0.46 | 0.69 | 0 | 0.31 | 259.83 | 0.53 | 0.45 |
| Hex | 5E | 36 | AF | 2E | 45 | 0 | 1F | 104 | 35 | 2D |
| Octal | 136 | 66 | 257 | 56 | 105 | 0 | 37 | 404 | 65 | 55 |
| Binary | 1011110 | 110110 | 10101111 | 101110 | 1000101 | 0 | 11111 | 100000100 | 110101 | 101101 |
Color Harmonies of #5E36AF
Complementary color
Monochromatic Colors of #5E36AF
Black with #5E36AF
Text Example
Text Example
White with #5E36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36AF; }
p { color: rgb(94,54,175); }
H1.HeaderClassName
{
color: #5E36AF;
}
.AnyTagClassName
{
color: #5E36AF;
}
</style>
background-color css
<style>
a { background-color: #5E36AF; }
a { background-color: rgb(94,54,175); }
div.DivClassName
{
background-color: #5E36AF;
}
.BgClassName
{
background-color: #5E36AF;
}
</style>
border-color css
<style>
span { border-color: #5E36AF; }
span { border-color: rgb(94,54,175); }
td.TdClassName
{
border-color: #5E36AF;
}
.TagClassName
{
border-color: #5E36AF;
}
</style>