Shades of Dark Purple #852C6A
Tints of Dark Purple #852C6A
RGB
CMYK
RGB Variations
Color information
#852C6A (or 0x852C6A) is known color: Dark Purple. HEX triplet: 85, 2C and 6A. RGB value is (133,44,106). Sum of RGB (Red+Green+Blue) = 133+44+106=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C6A is #7AD395. Grayscale: #4D4D4D. Windows color (decimal): -8049558 or 6958213. OLE color: 6958213.
HSL color Cylindrical-coordinate representation of color #852C6A: hue angle of 318.2º 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 #852C6A is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 106 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.48 |
| HSL | 318.2º | 0.5% | 0.35% | - |
| HSV(B) | 318.2º | 0.67% | 0.52% | - |
| XYZ | 13.18 | 7.83 | 14.45 | - |
| YUV | 77.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 106 | 0 | 0.67 | 0.20 | 0.48 | 318.2 | 0.5 | 0.35 |
| Hex | 85 | 2C | 6A | 0 | 43 | 14 | 30 | 13E | 32 | 23 |
| Octal | 205 | 54 | 152 | 0 | 103 | 24 | 60 | 476 | 62 | 43 |
| Binary | 10000101 | 101100 | 1101010 | 0 | 1000011 | 10100 | 110000 | 100111110 | 110010 | 100011 |
Color Harmonies of #852C6A
Complementary color
Monochromatic Colors of #852C6A
Black with #852C6A
Text Example
Text Example
White with #852C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C6A; }
p { color: rgb(133,44,106); }
H1.HeaderClassName
{
color: #852C6A;
}
.AnyTagClassName
{
color: #852C6A;
}
</style>
background-color css
<style>
a { background-color: #852C6A; }
a { background-color: rgb(133,44,106); }
div.DivClassName
{
background-color: #852C6A;
}
.BgClassName
{
background-color: #852C6A;
}
</style>
border-color css
<style>
span { border-color: #852C6A; }
span { border-color: rgb(133,44,106); }
td.TdClassName
{
border-color: #852C6A;
}
.TagClassName
{
border-color: #852C6A;
}
</style>