Shades of Purple Heart #5E3BCF
Tints of Purple Heart #5E3BCF
RGB
CMYK
RGB Variations
Color information
#5E3BCF (or 0x5E3BCF) is known color: Purple Heart. HEX triplet: 5E, 3B and CF. RGB value is (94,59,207). Sum of RGB (Red+Green+Blue) = 94+59+207=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BCF is #A1C430. Grayscale: #555555. Windows color (decimal): -10601521 or 13581150. OLE color: 13581150.
HSL color Cylindrical-coordinate representation of color #5E3BCF: hue angle of 254.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3BCF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 59 | 207 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.19 |
| HSL | 254.19º | 0.61% | 0.52% | - |
| HSV(B) | 254.19º | 0.71% | 0.81% | - |
| XYZ | 17.44 | 10.01 | 60.04 | - |
| YUV | 86.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 207 | 0.55 | 0.71 | 0 | 0.19 | 254.19 | 0.61 | 0.52 |
| Hex | 5E | 3B | CF | 37 | 47 | 0 | 13 | FE | 3D | 34 |
| Octal | 136 | 73 | 317 | 67 | 107 | 0 | 23 | 376 | 75 | 64 |
| Binary | 1011110 | 111011 | 11001111 | 110111 | 1000111 | 0 | 10011 | 11111110 | 111101 | 110100 |
Color Harmonies of #5E3BCF
Complementary color
Monochromatic Colors of #5E3BCF
Black with #5E3BCF
Text Example
Text Example
White with #5E3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BCF; }
p { color: rgb(94,59,207); }
H1.HeaderClassName
{
color: #5E3BCF;
}
.AnyTagClassName
{
color: #5E3BCF;
}
</style>
background-color css
<style>
a { background-color: #5E3BCF; }
a { background-color: rgb(94,59,207); }
div.DivClassName
{
background-color: #5E3BCF;
}
.BgClassName
{
background-color: #5E3BCF;
}
</style>
border-color css
<style>
span { border-color: #5E3BCF; }
span { border-color: rgb(94,59,207); }
td.TdClassName
{
border-color: #5E3BCF;
}
.TagClassName
{
border-color: #5E3BCF;
}
</style>