Shades of Purple Heart #5E10B3
Tints of Purple Heart #5E10B3
RGB
CMYK
RGB Variations
Color information
#5E10B3 (or 0x5E10B3) is known color: Purple Heart. HEX triplet: 5E, 10 and B3. RGB value is (94,16,179). Sum of RGB (Red+Green+Blue) = 94+16+179=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E10B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E10B3 is #A1EF4C. Grayscale: #393939. Windows color (decimal): -10612557 or 11735134. OLE color: 11735134.
HSL color Cylindrical-coordinate representation of color #5E10B3: hue angle of 268.71º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E10B3 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 16 | 179 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.30 |
| HSL | 268.71º | 0.84% | 0.38% | - |
| HSV(B) | 268.71º | 0.91% | 0.7% | - |
| XYZ | 12.94 | 6 | 43.12 | - |
| YUV | 57.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 179 | 0.47 | 0.91 | 0 | 0.30 | 268.71 | 0.84 | 0.38 |
| Hex | 5E | 10 | B3 | 2F | 5B | 0 | 1E | 10D | 54 | 26 |
| Octal | 136 | 20 | 263 | 57 | 133 | 0 | 36 | 415 | 124 | 46 |
| Binary | 1011110 | 10000 | 10110011 | 101111 | 1011011 | 0 | 11110 | 100001101 | 1010100 | 100110 |
Color Harmonies of #5E10B3
Complementary color
Monochromatic Colors of #5E10B3
Black with #5E10B3
Text Example
Text Example
White with #5E10B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E10B3; }
p { color: rgb(94,16,179); }
H1.HeaderClassName
{
color: #5E10B3;
}
.AnyTagClassName
{
color: #5E10B3;
}
</style>
background-color css
<style>
a { background-color: #5E10B3; }
a { background-color: rgb(94,16,179); }
div.DivClassName
{
background-color: #5E10B3;
}
.BgClassName
{
background-color: #5E10B3;
}
</style>
border-color css
<style>
span { border-color: #5E10B3; }
span { border-color: rgb(94,16,179); }
td.TdClassName
{
border-color: #5E10B3;
}
.TagClassName
{
border-color: #5E10B3;
}
</style>