Shades of Dark Purple #852C6F
Tints of Dark Purple #852C6F
RGB
CMYK
RGB Variations
Color information
#852C6F (or 0x852C6F) is known color: Dark Purple. HEX triplet: 85, 2C and 6F. RGB value is (133,44,111). Sum of RGB (Red+Green+Blue) = 133+44+111=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C6F is #7AD390. Grayscale: #4E4E4E. Windows color (decimal): -8049553 or 7285893. OLE color: 7285893.
HSL color Cylindrical-coordinate representation of color #852C6F: hue angle of 314.83º 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 #852C6F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 111 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.48 |
| HSL | 314.83º | 0.5% | 0.35% | - |
| HSV(B) | 314.83º | 0.67% | 0.52% | - |
| XYZ | 13.44 | 7.94 | 15.86 | - |
| YUV | 78.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 111 | 0 | 0.67 | 0.17 | 0.48 | 314.83 | 0.5 | 0.35 |
| Hex | 85 | 2C | 6F | 0 | 43 | 11 | 30 | 13B | 32 | 23 |
| Octal | 205 | 54 | 157 | 0 | 103 | 21 | 60 | 473 | 62 | 43 |
| Binary | 10000101 | 101100 | 1101111 | 0 | 1000011 | 10001 | 110000 | 100111011 | 110010 | 100011 |
Color Harmonies of #852C6F
Complementary color
Monochromatic Colors of #852C6F
Black with #852C6F
Text Example
Text Example
White with #852C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C6F; }
p { color: rgb(133,44,111); }
H1.HeaderClassName
{
color: #852C6F;
}
.AnyTagClassName
{
color: #852C6F;
}
</style>
background-color css
<style>
a { background-color: #852C6F; }
a { background-color: rgb(133,44,111); }
div.DivClassName
{
background-color: #852C6F;
}
.BgClassName
{
background-color: #852C6F;
}
</style>
border-color css
<style>
span { border-color: #852C6F; }
span { border-color: rgb(133,44,111); }
td.TdClassName
{
border-color: #852C6F;
}
.TagClassName
{
border-color: #852C6F;
}
</style>