Shades of Purple #850074
Tints of Purple #850074
RGB
CMYK
RGB Variations
Color information
#850074 (or 0x850074) is known color: Purple. HEX triplet: 85, 00 and 74. RGB value is (133,0,116). Sum of RGB (Red+Green+Blue) = 133+0+116=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #850074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850074 is #7AFF8B. Grayscale: #343434. Windows color (decimal): -8060812 or 7602309. OLE color: 7602309.
HSL color Cylindrical-coordinate representation of color #850074: hue angle of 307.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850074 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.13 | 0.48 |
| HSL | 307.67º | 1% | 0.26% | - |
| HSV(B) | 307.67º | 1% | 0.52% | - |
| XYZ | 12.83 | 6.25 | 17.05 | - |
| YUV | 52.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 116 | 0 | 1 | 0.13 | 0.48 | 307.67 | 1 | 0.26 |
| Hex | 85 | 0 | 74 | 0 | 64 | D | 30 | 134 | 64 | 1A |
| Octal | 205 | 0 | 164 | 0 | 144 | 15 | 60 | 464 | 144 | 32 |
| Binary | 10000101 | 0 | 1110100 | 0 | 1100100 | 1101 | 110000 | 100110100 | 1100100 | 11010 |
Color Harmonies of #850074
Complementary color
Monochromatic Colors of #850074
Black with #850074
Text Example
Text Example
White with #850074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850074; }
p { color: rgb(133,0,116); }
H1.HeaderClassName
{
color: #850074;
}
.AnyTagClassName
{
color: #850074;
}
</style>
background-color css
<style>
a { background-color: #850074; }
a { background-color: rgb(133,0,116); }
div.DivClassName
{
background-color: #850074;
}
.BgClassName
{
background-color: #850074;
}
</style>
border-color css
<style>
span { border-color: #850074; }
span { border-color: rgb(133,0,116); }
td.TdClassName
{
border-color: #850074;
}
.TagClassName
{
border-color: #850074;
}
</style>