Shades of Purple Heart #5E31AF
Tints of Purple Heart #5E31AF
RGB
CMYK
RGB Variations
Color information
#5E31AF (or 0x5E31AF) is known color: Purple Heart. HEX triplet: 5E, 31 and AF. RGB value is (94,49,175). Sum of RGB (Red+Green+Blue) = 94+49+175=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E31AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E31AF is #A1CE50. Grayscale: #4C4C4C. Windows color (decimal): -10604113 or 11481438. OLE color: 11481438.
HSL color Cylindrical-coordinate representation of color #5E31AF: hue angle of 261.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E31AF is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 49 | 175 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.31 |
| HSL | 261.43º | 0.56% | 0.44% | - |
| HSV(B) | 261.43º | 0.72% | 0.69% | - |
| XYZ | 13.45 | 7.67 | 41.33 | - |
| YUV | 76.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 175 | 0.46 | 0.72 | 0 | 0.31 | 261.43 | 0.56 | 0.44 |
| Hex | 5E | 31 | AF | 2E | 48 | 0 | 1F | 105 | 38 | 2C |
| Octal | 136 | 61 | 257 | 56 | 110 | 0 | 37 | 405 | 70 | 54 |
| Binary | 1011110 | 110001 | 10101111 | 101110 | 1001000 | 0 | 11111 | 100000101 | 111000 | 101100 |
Color Harmonies of #5E31AF
Complementary color
Monochromatic Colors of #5E31AF
Black with #5E31AF
Text Example
Text Example
White with #5E31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31AF; }
p { color: rgb(94,49,175); }
H1.HeaderClassName
{
color: #5E31AF;
}
.AnyTagClassName
{
color: #5E31AF;
}
</style>
background-color css
<style>
a { background-color: #5E31AF; }
a { background-color: rgb(94,49,175); }
div.DivClassName
{
background-color: #5E31AF;
}
.BgClassName
{
background-color: #5E31AF;
}
</style>
border-color css
<style>
span { border-color: #5E31AF; }
span { border-color: rgb(94,49,175); }
td.TdClassName
{
border-color: #5E31AF;
}
.TagClassName
{
border-color: #5E31AF;
}
</style>