Shades of Dark Purple #852C7D
Tints of Dark Purple #852C7D
RGB
CMYK
RGB Variations
Color information
#852C7D (or 0x852C7D) is known color: Dark Purple. HEX triplet: 85, 2C and 7D. RGB value is (133,44,125). Sum of RGB (Red+Green+Blue) = 133+44+125=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #852C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C7D is #7AD382. Grayscale: #4F4F4F. Windows color (decimal): -8049539 or 8203397. OLE color: 8203397.
HSL color Cylindrical-coordinate representation of color #852C7D: hue angle of 305.39º 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 #852C7D is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 125 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.48 |
| HSL | 305.39º | 0.5% | 0.35% | - |
| HSV(B) | 305.39º | 0.67% | 0.52% | - |
| XYZ | 14.28 | 8.27 | 20.25 | - |
| YUV | 79.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 125 | 0 | 0.67 | 0.06 | 0.48 | 305.39 | 0.5 | 0.35 |
| Hex | 85 | 2C | 7D | 0 | 43 | 6 | 30 | 131 | 32 | 23 |
| Octal | 205 | 54 | 175 | 0 | 103 | 6 | 60 | 461 | 62 | 43 |
| Binary | 10000101 | 101100 | 1111101 | 0 | 1000011 | 110 | 110000 | 100110001 | 110010 | 100011 |
Color Harmonies of #852C7D
Complementary color
Monochromatic Colors of #852C7D
Black with #852C7D
Text Example
Text Example
White with #852C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C7D; }
p { color: rgb(133,44,125); }
H1.HeaderClassName
{
color: #852C7D;
}
.AnyTagClassName
{
color: #852C7D;
}
</style>
background-color css
<style>
a { background-color: #852C7D; }
a { background-color: rgb(133,44,125); }
div.DivClassName
{
background-color: #852C7D;
}
.BgClassName
{
background-color: #852C7D;
}
</style>
border-color css
<style>
span { border-color: #852C7D; }
span { border-color: rgb(133,44,125); }
td.TdClassName
{
border-color: #852C7D;
}
.TagClassName
{
border-color: #852C7D;
}
</style>