Shades of Purple #850172
Tints of Purple #850172
RGB
CMYK
RGB Variations
Color information
#850172 (or 0x850172) is known color: Purple. HEX triplet: 85, 01 and 72. RGB value is (133,1,114). Sum of RGB (Red+Green+Blue) = 133+1+114=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #850172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850172 is #7AFE8D. Grayscale: #353535. Windows color (decimal): -8060558 or 7471493. OLE color: 7471493.
HSL color Cylindrical-coordinate representation of color #850172: hue angle of 308.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850172 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.48 |
| HSL | 308.64º | 0.99% | 0.26% | - |
| HSV(B) | 308.64º | 0.99% | 0.52% | - |
| XYZ | 12.72 | 6.22 | 16.45 | - |
| YUV | 53.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 114 | 0 | 0.99 | 0.14 | 0.48 | 308.64 | 0.99 | 0.26 |
| Hex | 85 | 1 | 72 | 0 | 63 | E | 30 | 135 | 63 | 1A |
| Octal | 205 | 1 | 162 | 0 | 143 | 16 | 60 | 465 | 143 | 32 |
| Binary | 10000101 | 1 | 1110010 | 0 | 1100011 | 1110 | 110000 | 100110101 | 1100011 | 11010 |
Color Harmonies of #850172
Complementary color
Monochromatic Colors of #850172
Black with #850172
Text Example
Text Example
White with #850172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850172; }
p { color: rgb(133,1,114); }
H1.HeaderClassName
{
color: #850172;
}
.AnyTagClassName
{
color: #850172;
}
</style>
background-color css
<style>
a { background-color: #850172; }
a { background-color: rgb(133,1,114); }
div.DivClassName
{
background-color: #850172;
}
.BgClassName
{
background-color: #850172;
}
</style>
border-color css
<style>
span { border-color: #850172; }
span { border-color: rgb(133,1,114); }
td.TdClassName
{
border-color: #850172;
}
.TagClassName
{
border-color: #850172;
}
</style>