Shades of Purple #850B7C
Tints of Purple #850B7C
RGB
CMYK
RGB Variations
Color information
#850B7C (or 0x850B7C) is known color: Purple. HEX triplet: 85, 0B and 7C. RGB value is (133,11,124). Sum of RGB (Red+Green+Blue) = 133+11+124=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B7C is #7AF483. Grayscale: #3C3C3C. Windows color (decimal): -8057988 or 8129413. OLE color: 8129413.
HSL color Cylindrical-coordinate representation of color #850B7C: hue angle of 304.43º degrees, saturation: 0.85, 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 #850B7C is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 124 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.48 |
| HSL | 304.43º | 0.85% | 0.28% | - |
| HSV(B) | 304.43º | 0.92% | 0.52% | - |
| XYZ | 13.43 | 6.68 | 19.65 | - |
| YUV | 60.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 124 | 0 | 0.92 | 0.07 | 0.48 | 304.43 | 0.85 | 0.28 |
| Hex | 85 | B | 7C | 0 | 5C | 7 | 30 | 130 | 55 | 1C |
| Octal | 205 | 13 | 174 | 0 | 134 | 7 | 60 | 460 | 125 | 34 |
| Binary | 10000101 | 1011 | 1111100 | 0 | 1011100 | 111 | 110000 | 100110000 | 1010101 | 11100 |
Color Harmonies of #850B7C
Complementary color
Monochromatic Colors of #850B7C
Black with #850B7C
Text Example
Text Example
White with #850B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B7C; }
p { color: rgb(133,11,124); }
H1.HeaderClassName
{
color: #850B7C;
}
.AnyTagClassName
{
color: #850B7C;
}
</style>
background-color css
<style>
a { background-color: #850B7C; }
a { background-color: rgb(133,11,124); }
div.DivClassName
{
background-color: #850B7C;
}
.BgClassName
{
background-color: #850B7C;
}
</style>
border-color css
<style>
span { border-color: #850B7C; }
span { border-color: rgb(133,11,124); }
td.TdClassName
{
border-color: #850B7C;
}
.TagClassName
{
border-color: #850B7C;
}
</style>