Shades of Purple Heart #5E07C1
Tints of Purple Heart #5E07C1
RGB
CMYK
RGB Variations
Color information
#5E07C1 (or 0x5E07C1) is known color: Purple Heart. HEX triplet: 5E, 07 and C1. RGB value is (94,7,193). Sum of RGB (Red+Green+Blue) = 94+7+193=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E07C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07C1 is #A1F83E. Grayscale: #353535. Windows color (decimal): -10614847 or 12650334. OLE color: 12650334.
HSL color Cylindrical-coordinate representation of color #5E07C1: hue angle of 268.06º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E07C1 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 7 | 193 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.24 |
| HSL | 268.06º | 0.93% | 0.39% | - |
| HSV(B) | 268.06º | 0.96% | 0.76% | - |
| XYZ | 14.32 | 6.38 | 50.93 | - |
| YUV | 54.22 | 206.32 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 193 | 0.51 | 0.96 | 0 | 0.24 | 268.06 | 0.93 | 0.39 |
| Hex | 5E | 7 | C1 | 33 | 60 | 0 | 18 | 10C | 5D | 27 |
| Octal | 136 | 7 | 301 | 63 | 140 | 0 | 30 | 414 | 135 | 47 |
| Binary | 1011110 | 111 | 11000001 | 110011 | 1100000 | 0 | 11000 | 100001100 | 1011101 | 100111 |
Color Harmonies of #5E07C1
Complementary color
Monochromatic Colors of #5E07C1
Black with #5E07C1
Text Example
Text Example
White with #5E07C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E07C1; }
p { color: rgb(94,7,193); }
H1.HeaderClassName
{
color: #5E07C1;
}
.AnyTagClassName
{
color: #5E07C1;
}
</style>
background-color css
<style>
a { background-color: #5E07C1; }
a { background-color: rgb(94,7,193); }
div.DivClassName
{
background-color: #5E07C1;
}
.BgClassName
{
background-color: #5E07C1;
}
</style>
border-color css
<style>
span { border-color: #5E07C1; }
span { border-color: rgb(94,7,193); }
td.TdClassName
{
border-color: #5E07C1;
}
.TagClassName
{
border-color: #5E07C1;
}
</style>