Shades of Dark Purple #852C6D
Tints of Dark Purple #852C6D
RGB
CMYK
RGB Variations
Color information
#852C6D (or 0x852C6D) is known color: Dark Purple. HEX triplet: 85, 2C and 6D. RGB value is (133,44,109). Sum of RGB (Red+Green+Blue) = 133+44+109=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #852C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C6D is #7AD392. Grayscale: #4D4D4D. Windows color (decimal): -8049555 or 7154821. OLE color: 7154821.
HSL color Cylindrical-coordinate representation of color #852C6D: hue angle of 316.18º 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 #852C6D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 109 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.48 |
| HSL | 316.18º | 0.5% | 0.35% | - |
| HSV(B) | 316.18º | 0.67% | 0.52% | - |
| XYZ | 13.33 | 7.89 | 15.29 | - |
| YUV | 78.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 109 | 0 | 0.67 | 0.18 | 0.48 | 316.18 | 0.5 | 0.35 |
| Hex | 85 | 2C | 6D | 0 | 43 | 12 | 30 | 13C | 32 | 23 |
| Octal | 205 | 54 | 155 | 0 | 103 | 22 | 60 | 474 | 62 | 43 |
| Binary | 10000101 | 101100 | 1101101 | 0 | 1000011 | 10010 | 110000 | 100111100 | 110010 | 100011 |
Color Harmonies of #852C6D
Complementary color
Monochromatic Colors of #852C6D
Black with #852C6D
Text Example
Text Example
White with #852C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C6D; }
p { color: rgb(133,44,109); }
H1.HeaderClassName
{
color: #852C6D;
}
.AnyTagClassName
{
color: #852C6D;
}
</style>
background-color css
<style>
a { background-color: #852C6D; }
a { background-color: rgb(133,44,109); }
div.DivClassName
{
background-color: #852C6D;
}
.BgClassName
{
background-color: #852C6D;
}
</style>
border-color css
<style>
span { border-color: #852C6D; }
span { border-color: rgb(133,44,109); }
td.TdClassName
{
border-color: #852C6D;
}
.TagClassName
{
border-color: #852C6D;
}
</style>