Shades of Purple #850574
Tints of Purple #850574
RGB
CMYK
RGB Variations
Color information
#850574 (or 0x850574) is known color: Purple. HEX triplet: 85, 05 and 74. RGB value is (133,5,116). Sum of RGB (Red+Green+Blue) = 133+5+116=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #850574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850574 is #7AFA8B. Grayscale: #373737. Windows color (decimal): -8059532 or 7603589. OLE color: 7603589.
HSL color Cylindrical-coordinate representation of color #850574: hue angle of 307.97º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850574 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 116 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.48 |
| HSL | 307.97º | 0.93% | 0.27% | - |
| HSV(B) | 307.97º | 0.96% | 0.52% | - |
| XYZ | 12.88 | 6.36 | 17.07 | - |
| YUV | 55.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 116 | 0 | 0.96 | 0.13 | 0.48 | 307.97 | 0.93 | 0.27 |
| Hex | 85 | 5 | 74 | 0 | 60 | D | 30 | 134 | 5D | 1B |
| Octal | 205 | 5 | 164 | 0 | 140 | 15 | 60 | 464 | 135 | 33 |
| Binary | 10000101 | 101 | 1110100 | 0 | 1100000 | 1101 | 110000 | 100110100 | 1011101 | 11011 |
Color Harmonies of #850574
Complementary color
Monochromatic Colors of #850574
Black with #850574
Text Example
Text Example
White with #850574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850574; }
p { color: rgb(133,5,116); }
H1.HeaderClassName
{
color: #850574;
}
.AnyTagClassName
{
color: #850574;
}
</style>
background-color css
<style>
a { background-color: #850574; }
a { background-color: rgb(133,5,116); }
div.DivClassName
{
background-color: #850574;
}
.BgClassName
{
background-color: #850574;
}
</style>
border-color css
<style>
span { border-color: #850574; }
span { border-color: rgb(133,5,116); }
td.TdClassName
{
border-color: #850574;
}
.TagClassName
{
border-color: #850574;
}
</style>