Shades of Dark Purple #852C7A
Tints of Dark Purple #852C7A
RGB
CMYK
RGB Variations
Color information
#852C7A (or 0x852C7A) is known color: Dark Purple. HEX triplet: 85, 2C and 7A. RGB value is (133,44,122). Sum of RGB (Red+Green+Blue) = 133+44+122=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C7A is #7AD385. Grayscale: #4F4F4F. Windows color (decimal): -8049542 or 8006789. OLE color: 8006789.
HSL color Cylindrical-coordinate representation of color #852C7A: hue angle of 307.42º 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 #852C7A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 122 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.48 |
| HSL | 307.42º | 0.5% | 0.35% | - |
| HSV(B) | 307.42º | 0.67% | 0.52% | - |
| XYZ | 14.09 | 8.19 | 19.25 | - |
| YUV | 79.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 122 | 0 | 0.67 | 0.08 | 0.48 | 307.42 | 0.5 | 0.35 |
| Hex | 85 | 2C | 7A | 0 | 43 | 8 | 30 | 133 | 32 | 23 |
| Octal | 205 | 54 | 172 | 0 | 103 | 10 | 60 | 463 | 62 | 43 |
| Binary | 10000101 | 101100 | 1111010 | 0 | 1000011 | 1000 | 110000 | 100110011 | 110010 | 100011 |
Color Harmonies of #852C7A
Complementary color
Monochromatic Colors of #852C7A
Black with #852C7A
Text Example
Text Example
White with #852C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C7A; }
p { color: rgb(133,44,122); }
H1.HeaderClassName
{
color: #852C7A;
}
.AnyTagClassName
{
color: #852C7A;
}
</style>
background-color css
<style>
a { background-color: #852C7A; }
a { background-color: rgb(133,44,122); }
div.DivClassName
{
background-color: #852C7A;
}
.BgClassName
{
background-color: #852C7A;
}
</style>
border-color css
<style>
span { border-color: #852C7A; }
span { border-color: rgb(133,44,122); }
td.TdClassName
{
border-color: #852C7A;
}
.TagClassName
{
border-color: #852C7A;
}
</style>