Shades of Dark Purple #852C7E
Tints of Dark Purple #852C7E
RGB
CMYK
RGB Variations
Color information
#852C7E (or 0x852C7E) is known color: Dark Purple. HEX triplet: 85, 2C and 7E. RGB value is (133,44,126). Sum of RGB (Red+Green+Blue) = 133+44+126=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #852C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C7E is #7AD381. Grayscale: #4F4F4F. Windows color (decimal): -8049538 or 8268933. OLE color: 8268933.
HSL color Cylindrical-coordinate representation of color #852C7E: hue angle of 304.72º 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 #852C7E is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 126 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.48 |
| HSL | 304.72º | 0.5% | 0.35% | - |
| HSV(B) | 304.72º | 0.67% | 0.52% | - |
| XYZ | 14.34 | 8.29 | 20.58 | - |
| YUV | 79.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 126 | 0 | 0.67 | 0.05 | 0.48 | 304.72 | 0.5 | 0.35 |
| Hex | 85 | 2C | 7E | 0 | 43 | 5 | 30 | 131 | 32 | 23 |
| Octal | 205 | 54 | 176 | 0 | 103 | 5 | 60 | 461 | 62 | 43 |
| Binary | 10000101 | 101100 | 1111110 | 0 | 1000011 | 101 | 110000 | 100110001 | 110010 | 100011 |
Color Harmonies of #852C7E
Complementary color
Monochromatic Colors of #852C7E
Black with #852C7E
Text Example
Text Example
White with #852C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C7E; }
p { color: rgb(133,44,126); }
H1.HeaderClassName
{
color: #852C7E;
}
.AnyTagClassName
{
color: #852C7E;
}
</style>
background-color css
<style>
a { background-color: #852C7E; }
a { background-color: rgb(133,44,126); }
div.DivClassName
{
background-color: #852C7E;
}
.BgClassName
{
background-color: #852C7E;
}
</style>
border-color css
<style>
span { border-color: #852C7E; }
span { border-color: rgb(133,44,126); }
td.TdClassName
{
border-color: #852C7E;
}
.TagClassName
{
border-color: #852C7E;
}
</style>