Shades of Purple Heart #5E3DCF
Tints of Purple Heart #5E3DCF
RGB
CMYK
RGB Variations
Color information
#5E3DCF (or 0x5E3DCF) is known color: Purple Heart. HEX triplet: 5E, 3D and CF. RGB value is (94,61,207). Sum of RGB (Red+Green+Blue) = 94+61+207=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E3DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DCF is #A1C230. Grayscale: #565656. Windows color (decimal): -10601009 or 13581662. OLE color: 13581662.
HSL color Cylindrical-coordinate representation of color #5E3DCF: hue angle of 253.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3DCF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 61 | 207 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.19 |
| HSL | 253.56º | 0.6% | 0.53% | - |
| HSV(B) | 253.56º | 0.71% | 0.81% | - |
| XYZ | 17.55 | 10.22 | 60.08 | - |
| YUV | 87.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 207 | 0.55 | 0.71 | 0 | 0.19 | 253.56 | 0.6 | 0.53 |
| Hex | 5E | 3D | CF | 37 | 47 | 0 | 13 | FE | 3C | 35 |
| Octal | 136 | 75 | 317 | 67 | 107 | 0 | 23 | 376 | 74 | 65 |
| Binary | 1011110 | 111101 | 11001111 | 110111 | 1000111 | 0 | 10011 | 11111110 | 111100 | 110101 |
Color Harmonies of #5E3DCF
Complementary color
Monochromatic Colors of #5E3DCF
Black with #5E3DCF
Text Example
Text Example
White with #5E3DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DCF; }
p { color: rgb(94,61,207); }
H1.HeaderClassName
{
color: #5E3DCF;
}
.AnyTagClassName
{
color: #5E3DCF;
}
</style>
background-color css
<style>
a { background-color: #5E3DCF; }
a { background-color: rgb(94,61,207); }
div.DivClassName
{
background-color: #5E3DCF;
}
.BgClassName
{
background-color: #5E3DCF;
}
</style>
border-color css
<style>
span { border-color: #5E3DCF; }
span { border-color: rgb(94,61,207); }
td.TdClassName
{
border-color: #5E3DCF;
}
.TagClassName
{
border-color: #5E3DCF;
}
</style>