Shades of Purple Heart #5E3ECF
Tints of Purple Heart #5E3ECF
RGB
CMYK
RGB Variations
Color information
#5E3ECF (or 0x5E3ECF) is known color: Purple Heart. HEX triplet: 5E, 3E and CF. RGB value is (94,62,207). Sum of RGB (Red+Green+Blue) = 94+62+207=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ECF is #A1C130. Grayscale: #575757. Windows color (decimal): -10600753 or 13581918. OLE color: 13581918.
HSL color Cylindrical-coordinate representation of color #5E3ECF: hue angle of 253.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3ECF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 94 | 62 | 207 | - |
CMYK | 0.55 | 0.70 | 0 | 0.19 |
HSL | 253.24º | 0.6% | 0.53% | - |
HSV(B) | 253.24º | 0.7% | 0.81% | - |
XYZ | 17.6 | 10.33 | 60.1 | - |
YUV | 88.1 | 195.1 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 62 | 207 | 0.55 | 0.70 | 0 | 0.19 | 253.24 | 0.6 | 0.53 |
Hex | 5E | 3E | CF | 37 | 46 | 0 | 13 | FD | 3C | 35 |
Octal | 136 | 76 | 317 | 67 | 106 | 0 | 23 | 375 | 74 | 65 |
Binary | 1011110 | 111110 | 11001111 | 110111 | 1000110 | 0 | 10011 | 11111101 | 111100 | 110101 |
Color Harmonies of #5E3ECF
Complementary color
Monochromatic Colors of #5E3ECF
Black with #5E3ECF
Text Example
Text Example
White with #5E3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3ECF; }
p { color: rgb(94,62,207); }
H1.HeaderClassName
{
color: #5E3ECF;
}
.AnyTagClassName
{
color: #5E3ECF;
}
</style>
background-color css
<style>
a { background-color: #5E3ECF; }
a { background-color: rgb(94,62,207); }
div.DivClassName
{
background-color: #5E3ECF;
}
.BgClassName
{
background-color: #5E3ECF;
}
</style>
border-color css
<style>
span { border-color: #5E3ECF; }
span { border-color: rgb(94,62,207); }
td.TdClassName
{
border-color: #5E3ECF;
}
.TagClassName
{
border-color: #5E3ECF;
}
</style>