Shades of Medium Purple #874FDF
Tints of Medium Purple #874FDF
RGB
CMYK
RGB Variations
Color information
#874FDF (or 0x874FDF) is known color: Medium Purple. HEX triplet: 87, 4F and DF. RGB value is (135,79,223). Sum of RGB (Red+Green+Blue) = 135+79+223=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #874FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FDF is #78B020. Grayscale: #6F6F6F. Windows color (decimal): -7909409 or 14634887. OLE color: 14634887.
HSL color Cylindrical-coordinate representation of color #874FDF: hue angle of 263.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874FDF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 79 | 223 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.13 |
| HSL | 263.33º | 0.69% | 0.59% | - |
| HSV(B) | 263.33º | 0.65% | 0.87% | - |
| XYZ | 26.11 | 16.07 | 71.54 | - |
| YUV | 112.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 223 | 0.39 | 0.65 | 0 | 0.13 | 263.33 | 0.69 | 0.59 |
| Hex | 87 | 4F | DF | 27 | 41 | 0 | D | 107 | 45 | 3B |
| Octal | 207 | 117 | 337 | 47 | 101 | 0 | 15 | 407 | 105 | 73 |
| Binary | 10000111 | 1001111 | 11011111 | 100111 | 1000001 | 0 | 1101 | 100000111 | 1000101 | 111011 |
Color Harmonies of #874FDF
Complementary color
Monochromatic Colors of #874FDF
Black with #874FDF
Text Example
Text Example
White with #874FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874FDF; }
p { color: rgb(135,79,223); }
H1.HeaderClassName
{
color: #874FDF;
}
.AnyTagClassName
{
color: #874FDF;
}
</style>
background-color css
<style>
a { background-color: #874FDF; }
a { background-color: rgb(135,79,223); }
div.DivClassName
{
background-color: #874FDF;
}
.BgClassName
{
background-color: #874FDF;
}
</style>
border-color css
<style>
span { border-color: #874FDF; }
span { border-color: rgb(135,79,223); }
td.TdClassName
{
border-color: #874FDF;
}
.TagClassName
{
border-color: #874FDF;
}
</style>