Shades of Purple #850A7C
Tints of Purple #850A7C
RGB
CMYK
RGB Variations
Color information
#850A7C (or 0x850A7C) is known color: Purple. HEX triplet: 85, 0A and 7C. RGB value is (133,10,124). Sum of RGB (Red+Green+Blue) = 133+10+124=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A7C is #7AF583. Grayscale: #3B3B3B. Windows color (decimal): -8058244 or 8129157. OLE color: 8129157.
HSL color Cylindrical-coordinate representation of color #850A7C: hue angle of 304.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A7C is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 124 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.48 |
| HSL | 304.39º | 0.86% | 0.28% | - |
| HSV(B) | 304.39º | 0.92% | 0.52% | - |
| XYZ | 13.42 | 6.66 | 19.65 | - |
| YUV | 59.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 124 | 0 | 0.92 | 0.07 | 0.48 | 304.39 | 0.86 | 0.28 |
| Hex | 85 | A | 7C | 0 | 5C | 7 | 30 | 130 | 56 | 1C |
| Octal | 205 | 12 | 174 | 0 | 134 | 7 | 60 | 460 | 126 | 34 |
| Binary | 10000101 | 1010 | 1111100 | 0 | 1011100 | 111 | 110000 | 100110000 | 1010110 | 11100 |
Color Harmonies of #850A7C
Complementary color
Monochromatic Colors of #850A7C
Black with #850A7C
Text Example
Text Example
White with #850A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A7C; }
p { color: rgb(133,10,124); }
H1.HeaderClassName
{
color: #850A7C;
}
.AnyTagClassName
{
color: #850A7C;
}
</style>
background-color css
<style>
a { background-color: #850A7C; }
a { background-color: rgb(133,10,124); }
div.DivClassName
{
background-color: #850A7C;
}
.BgClassName
{
background-color: #850A7C;
}
</style>
border-color css
<style>
span { border-color: #850A7C; }
span { border-color: rgb(133,10,124); }
td.TdClassName
{
border-color: #850A7C;
}
.TagClassName
{
border-color: #850A7C;
}
</style>