Shades of Medium Purple #874EE0
Tints of Medium Purple #874EE0
RGB
CMYK
RGB Variations
Color information
#874EE0 (or 0x874EE0) is known color: Medium Purple. HEX triplet: 87, 4E and E0. RGB value is (135,78,224). Sum of RGB (Red+Green+Blue) = 135+78+224=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #874EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EE0 is #78B11F. Grayscale: #6F6F6F. Windows color (decimal): -7909664 or 14700167. OLE color: 14700167.
HSL color Cylindrical-coordinate representation of color #874EE0: hue angle of 263.42º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874EE0 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 78 | 224 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.12 |
| HSL | 263.42º | 0.7% | 0.59% | - |
| HSV(B) | 263.42º | 0.65% | 0.88% | - |
| XYZ | 26.17 | 15.98 | 72.23 | - |
| YUV | 111.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 224 | 0.40 | 0.65 | 0 | 0.12 | 263.42 | 0.7 | 0.59 |
| Hex | 87 | 4E | E0 | 28 | 41 | 0 | C | 107 | 46 | 3B |
| Octal | 207 | 116 | 340 | 50 | 101 | 0 | 14 | 407 | 106 | 73 |
| Binary | 10000111 | 1001110 | 11100000 | 101000 | 1000001 | 0 | 1100 | 100000111 | 1000110 | 111011 |
Color Harmonies of #874EE0
Complementary color
Monochromatic Colors of #874EE0
Black with #874EE0
Text Example
Text Example
White with #874EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874EE0; }
p { color: rgb(135,78,224); }
H1.HeaderClassName
{
color: #874EE0;
}
.AnyTagClassName
{
color: #874EE0;
}
</style>
background-color css
<style>
a { background-color: #874EE0; }
a { background-color: rgb(135,78,224); }
div.DivClassName
{
background-color: #874EE0;
}
.BgClassName
{
background-color: #874EE0;
}
</style>
border-color css
<style>
span { border-color: #874EE0; }
span { border-color: rgb(135,78,224); }
td.TdClassName
{
border-color: #874EE0;
}
.TagClassName
{
border-color: #874EE0;
}
</style>