Shades of Dark Purple #852C72
Tints of Dark Purple #852C72
RGB
CMYK
RGB Variations
Color information
#852C72 (or 0x852C72) is known color: Dark Purple. HEX triplet: 85, 2C and 72. RGB value is (133,44,114). Sum of RGB (Red+Green+Blue) = 133+44+114=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C72 is #7AD38D. Grayscale: #4E4E4E. Windows color (decimal): -8049550 or 7482501. OLE color: 7482501.
HSL color Cylindrical-coordinate representation of color #852C72: hue angle of 312.81º 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 #852C72 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 114 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.48 |
| HSL | 312.81º | 0.5% | 0.35% | - |
| HSV(B) | 312.81º | 0.67% | 0.52% | - |
| XYZ | 13.61 | 8 | 16.75 | - |
| YUV | 78.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 114 | 0 | 0.67 | 0.14 | 0.48 | 312.81 | 0.5 | 0.35 |
| Hex | 85 | 2C | 72 | 0 | 43 | E | 30 | 139 | 32 | 23 |
| Octal | 205 | 54 | 162 | 0 | 103 | 16 | 60 | 471 | 62 | 43 |
| Binary | 10000101 | 101100 | 1110010 | 0 | 1000011 | 1110 | 110000 | 100111001 | 110010 | 100011 |
Color Harmonies of #852C72
Complementary color
Monochromatic Colors of #852C72
Black with #852C72
Text Example
Text Example
White with #852C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C72; }
p { color: rgb(133,44,114); }
H1.HeaderClassName
{
color: #852C72;
}
.AnyTagClassName
{
color: #852C72;
}
</style>
background-color css
<style>
a { background-color: #852C72; }
a { background-color: rgb(133,44,114); }
div.DivClassName
{
background-color: #852C72;
}
.BgClassName
{
background-color: #852C72;
}
</style>
border-color css
<style>
span { border-color: #852C72; }
span { border-color: rgb(133,44,114); }
td.TdClassName
{
border-color: #852C72;
}
.TagClassName
{
border-color: #852C72;
}
</style>