Shades of Purple #850D7C
Tints of Purple #850D7C
RGB
CMYK
RGB Variations
Color information
#850D7C (or 0x850D7C) is known color: Purple. HEX triplet: 85, 0D and 7C. RGB value is (133,13,124). Sum of RGB (Red+Green+Blue) = 133+13+124=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #850D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D7C is #7AF283. Grayscale: #3D3D3D. Windows color (decimal): -8057476 or 8129925. OLE color: 8129925.
HSL color Cylindrical-coordinate representation of color #850D7C: hue angle of 304.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D7C is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 124 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.48 |
| HSL | 304.5º | 0.82% | 0.29% | - |
| HSV(B) | 304.5º | 0.9% | 0.52% | - |
| XYZ | 13.45 | 6.73 | 19.66 | - |
| YUV | 61.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 124 | 0 | 0.90 | 0.07 | 0.48 | 304.5 | 0.82 | 0.29 |
| Hex | 85 | D | 7C | 0 | 5A | 7 | 30 | 130 | 52 | 1D |
| Octal | 205 | 15 | 174 | 0 | 132 | 7 | 60 | 460 | 122 | 35 |
| Binary | 10000101 | 1101 | 1111100 | 0 | 1011010 | 111 | 110000 | 100110000 | 1010010 | 11101 |
Color Harmonies of #850D7C
Complementary color
Monochromatic Colors of #850D7C
Black with #850D7C
Text Example
Text Example
White with #850D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D7C; }
p { color: rgb(133,13,124); }
H1.HeaderClassName
{
color: #850D7C;
}
.AnyTagClassName
{
color: #850D7C;
}
</style>
background-color css
<style>
a { background-color: #850D7C; }
a { background-color: rgb(133,13,124); }
div.DivClassName
{
background-color: #850D7C;
}
.BgClassName
{
background-color: #850D7C;
}
</style>
border-color css
<style>
span { border-color: #850D7C; }
span { border-color: rgb(133,13,124); }
td.TdClassName
{
border-color: #850D7C;
}
.TagClassName
{
border-color: #850D7C;
}
</style>