Shades of Purple Heart #5E1FAF
Tints of Purple Heart #5E1FAF
RGB
CMYK
RGB Variations
Color information
#5E1FAF (or 0x5E1FAF) is known color: Purple Heart. HEX triplet: 5E, 1F and AF. RGB value is (94,31,175). Sum of RGB (Red+Green+Blue) = 94+31+175=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E1FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1FAF is #A1E050. Grayscale: #414141. Windows color (decimal): -10608721 or 11476830. OLE color: 11476830.
HSL color Cylindrical-coordinate representation of color #5E1FAF: hue angle of 266.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1FAF is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 31 | 175 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.31 |
| HSL | 266.25º | 0.7% | 0.4% | - |
| HSV(B) | 266.25º | 0.82% | 0.69% | - |
| XYZ | 12.84 | 6.45 | 41.13 | - |
| YUV | 66.25 | 189.37 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 175 | 0.46 | 0.82 | 0 | 0.31 | 266.25 | 0.7 | 0.4 |
| Hex | 5E | 1F | AF | 2E | 52 | 0 | 1F | 10A | 46 | 28 |
| Octal | 136 | 37 | 257 | 56 | 122 | 0 | 37 | 412 | 106 | 50 |
| Binary | 1011110 | 11111 | 10101111 | 101110 | 1010010 | 0 | 11111 | 100001010 | 1000110 | 101000 |
Color Harmonies of #5E1FAF
Complementary color
Monochromatic Colors of #5E1FAF
Black with #5E1FAF
Text Example
Text Example
White with #5E1FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1FAF; }
p { color: rgb(94,31,175); }
H1.HeaderClassName
{
color: #5E1FAF;
}
.AnyTagClassName
{
color: #5E1FAF;
}
</style>
background-color css
<style>
a { background-color: #5E1FAF; }
a { background-color: rgb(94,31,175); }
div.DivClassName
{
background-color: #5E1FAF;
}
.BgClassName
{
background-color: #5E1FAF;
}
</style>
border-color css
<style>
span { border-color: #5E1FAF; }
span { border-color: rgb(94,31,175); }
td.TdClassName
{
border-color: #5E1FAF;
}
.TagClassName
{
border-color: #5E1FAF;
}
</style>