Shades of Dark Purple #852C6C
Tints of Dark Purple #852C6C
RGB
CMYK
RGB Variations
Color information
#852C6C (or 0x852C6C) is known color: Dark Purple. HEX triplet: 85, 2C and 6C. RGB value is (133,44,108). Sum of RGB (Red+Green+Blue) = 133+44+108=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C6C is #7AD393. Grayscale: #4D4D4D. Windows color (decimal): -8049556 or 7089285. OLE color: 7089285.
HSL color Cylindrical-coordinate representation of color #852C6C: hue angle of 316.85º 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 #852C6C is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 108 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.48 |
| HSL | 316.85º | 0.5% | 0.35% | - |
| HSV(B) | 316.85º | 0.67% | 0.52% | - |
| XYZ | 13.28 | 7.87 | 15.01 | - |
| YUV | 77.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 108 | 0 | 0.67 | 0.19 | 0.48 | 316.85 | 0.5 | 0.35 |
| Hex | 85 | 2C | 6C | 0 | 43 | 13 | 30 | 13D | 32 | 23 |
| Octal | 205 | 54 | 154 | 0 | 103 | 23 | 60 | 475 | 62 | 43 |
| Binary | 10000101 | 101100 | 1101100 | 0 | 1000011 | 10011 | 110000 | 100111101 | 110010 | 100011 |
Color Harmonies of #852C6C
Complementary color
Monochromatic Colors of #852C6C
Black with #852C6C
Text Example
Text Example
White with #852C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C6C; }
p { color: rgb(133,44,108); }
H1.HeaderClassName
{
color: #852C6C;
}
.AnyTagClassName
{
color: #852C6C;
}
</style>
background-color css
<style>
a { background-color: #852C6C; }
a { background-color: rgb(133,44,108); }
div.DivClassName
{
background-color: #852C6C;
}
.BgClassName
{
background-color: #852C6C;
}
</style>
border-color css
<style>
span { border-color: #852C6C; }
span { border-color: rgb(133,44,108); }
td.TdClassName
{
border-color: #852C6C;
}
.TagClassName
{
border-color: #852C6C;
}
</style>