Shades of Dark Purple #852174
Tints of Dark Purple #852174
RGB
CMYK
RGB Variations
Color information
#852174 (or 0x852174) is known color: Dark Purple. HEX triplet: 85, 21 and 74. RGB value is (133,33,116). Sum of RGB (Red+Green+Blue) = 133+33+116=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #852174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852174 is #7ADE8B. Grayscale: #484848. Windows color (decimal): -8052364 or 7610757. OLE color: 7610757.
HSL color Cylindrical-coordinate representation of color #852174: hue angle of 310.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852174 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 116 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.48 |
| HSL | 310.2º | 0.6% | 0.33% | - |
| HSV(B) | 310.2º | 0.75% | 0.52% | - |
| XYZ | 13.37 | 7.34 | 17.23 | - |
| YUV | 72.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 116 | 0 | 0.75 | 0.13 | 0.48 | 310.2 | 0.6 | 0.33 |
| Hex | 85 | 21 | 74 | 0 | 4B | D | 30 | 136 | 3C | 21 |
| Octal | 205 | 41 | 164 | 0 | 113 | 15 | 60 | 466 | 74 | 41 |
| Binary | 10000101 | 100001 | 1110100 | 0 | 1001011 | 1101 | 110000 | 100110110 | 111100 | 100001 |
Color Harmonies of #852174
Complementary color
Monochromatic Colors of #852174
Black with #852174
Text Example
Text Example
White with #852174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852174; }
p { color: rgb(133,33,116); }
H1.HeaderClassName
{
color: #852174;
}
.AnyTagClassName
{
color: #852174;
}
</style>
background-color css
<style>
a { background-color: #852174; }
a { background-color: rgb(133,33,116); }
div.DivClassName
{
background-color: #852174;
}
.BgClassName
{
background-color: #852174;
}
</style>
border-color css
<style>
span { border-color: #852174; }
span { border-color: rgb(133,33,116); }
td.TdClassName
{
border-color: #852174;
}
.TagClassName
{
border-color: #852174;
}
</style>