Shades of Purple Heart #5E3CCF
Tints of Purple Heart #5E3CCF
RGB
CMYK
RGB Variations
Color information
#5E3CCF (or 0x5E3CCF) is known color: Purple Heart. HEX triplet: 5E, 3C and CF. RGB value is (94,60,207). Sum of RGB (Red+Green+Blue) = 94+60+207=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CCF is #A1C330. Grayscale: #565656. Windows color (decimal): -10601265 or 13581406. OLE color: 13581406.
HSL color Cylindrical-coordinate representation of color #5E3CCF: hue angle of 253.88º degrees, saturation: 0.6, 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 #5E3CCF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 60 | 207 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.19 |
| HSL | 253.88º | 0.6% | 0.52% | - |
| HSV(B) | 253.88º | 0.71% | 0.81% | - |
| XYZ | 17.49 | 10.12 | 60.06 | - |
| YUV | 86.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 207 | 0.55 | 0.71 | 0 | 0.19 | 253.88 | 0.6 | 0.52 |
| Hex | 5E | 3C | CF | 37 | 47 | 0 | 13 | FE | 3C | 34 |
| Octal | 136 | 74 | 317 | 67 | 107 | 0 | 23 | 376 | 74 | 64 |
| Binary | 1011110 | 111100 | 11001111 | 110111 | 1000111 | 0 | 10011 | 11111110 | 111100 | 110100 |
Color Harmonies of #5E3CCF
Complementary color
Monochromatic Colors of #5E3CCF
Black with #5E3CCF
Text Example
Text Example
White with #5E3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CCF; }
p { color: rgb(94,60,207); }
H1.HeaderClassName
{
color: #5E3CCF;
}
.AnyTagClassName
{
color: #5E3CCF;
}
</style>
background-color css
<style>
a { background-color: #5E3CCF; }
a { background-color: rgb(94,60,207); }
div.DivClassName
{
background-color: #5E3CCF;
}
.BgClassName
{
background-color: #5E3CCF;
}
</style>
border-color css
<style>
span { border-color: #5E3CCF; }
span { border-color: rgb(94,60,207); }
td.TdClassName
{
border-color: #5E3CCF;
}
.TagClassName
{
border-color: #5E3CCF;
}
</style>