Shades of Dark Purple #852178
Tints of Dark Purple #852178
RGB
CMYK
RGB Variations
Color information
#852178 (or 0x852178) is known color: Dark Purple. HEX triplet: 85, 21 and 78. RGB value is (133,33,120). Sum of RGB (Red+Green+Blue) = 133+33+120=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #852178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852178 is #7ADE87. Grayscale: #484848. Windows color (decimal): -8052360 or 7872901. OLE color: 7872901.
HSL color Cylindrical-coordinate representation of color #852178: hue angle of 307.8º 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 #852178 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 120 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.48 |
| HSL | 307.8º | 0.6% | 0.33% | - |
| HSV(B) | 307.8º | 0.75% | 0.52% | - |
| XYZ | 13.61 | 7.43 | 18.49 | - |
| YUV | 72.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 120 | 0 | 0.75 | 0.10 | 0.48 | 307.8 | 0.6 | 0.33 |
| Hex | 85 | 21 | 78 | 0 | 4B | A | 30 | 134 | 3C | 21 |
| Octal | 205 | 41 | 170 | 0 | 113 | 12 | 60 | 464 | 74 | 41 |
| Binary | 10000101 | 100001 | 1111000 | 0 | 1001011 | 1010 | 110000 | 100110100 | 111100 | 100001 |
Color Harmonies of #852178
Complementary color
Monochromatic Colors of #852178
Black with #852178
Text Example
Text Example
White with #852178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852178; }
p { color: rgb(133,33,120); }
H1.HeaderClassName
{
color: #852178;
}
.AnyTagClassName
{
color: #852178;
}
</style>
background-color css
<style>
a { background-color: #852178; }
a { background-color: rgb(133,33,120); }
div.DivClassName
{
background-color: #852178;
}
.BgClassName
{
background-color: #852178;
}
</style>
border-color css
<style>
span { border-color: #852178; }
span { border-color: rgb(133,33,120); }
td.TdClassName
{
border-color: #852178;
}
.TagClassName
{
border-color: #852178;
}
</style>