Shades of Dark Purple #852C76
Tints of Dark Purple #852C76
RGB
CMYK
RGB Variations
Color information
#852C76 (or 0x852C76) is known color: Dark Purple. HEX triplet: 85, 2C and 76. RGB value is (133,44,118). Sum of RGB (Red+Green+Blue) = 133+44+118=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C76 is #7AD389. Grayscale: #4E4E4E. Windows color (decimal): -8049546 or 7744645. OLE color: 7744645.
HSL color Cylindrical-coordinate representation of color #852C76: hue angle of 310.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C76 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 118 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.48 |
| HSL | 310.11º | 0.5% | 0.35% | - |
| HSV(B) | 310.11º | 0.67% | 0.52% | - |
| XYZ | 13.84 | 8.1 | 17.97 | - |
| YUV | 79.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 118 | 0 | 0.67 | 0.11 | 0.48 | 310.11 | 0.5 | 0.35 |
| Hex | 85 | 2C | 76 | 0 | 43 | B | 30 | 136 | 32 | 23 |
| Octal | 205 | 54 | 166 | 0 | 103 | 13 | 60 | 466 | 62 | 43 |
| Binary | 10000101 | 101100 | 1110110 | 0 | 1000011 | 1011 | 110000 | 100110110 | 110010 | 100011 |
Color Harmonies of #852C76
Complementary color
Monochromatic Colors of #852C76
Black with #852C76
Text Example
Text Example
White with #852C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C76; }
p { color: rgb(133,44,118); }
H1.HeaderClassName
{
color: #852C76;
}
.AnyTagClassName
{
color: #852C76;
}
</style>
background-color css
<style>
a { background-color: #852C76; }
a { background-color: rgb(133,44,118); }
div.DivClassName
{
background-color: #852C76;
}
.BgClassName
{
background-color: #852C76;
}
</style>
border-color css
<style>
span { border-color: #852C76; }
span { border-color: rgb(133,44,118); }
td.TdClassName
{
border-color: #852C76;
}
.TagClassName
{
border-color: #852C76;
}
</style>