Shades of Dark Purple #852C68
Tints of Dark Purple #852C68
RGB
CMYK
RGB Variations
Color information
#852C68 (or 0x852C68) is known color: Dark Purple. HEX triplet: 85, 2C and 68. RGB value is (133,44,104). Sum of RGB (Red+Green+Blue) = 133+44+104=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #852C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C68 is #7AD397. Grayscale: #4D4D4D. Windows color (decimal): -8049560 or 6827141. OLE color: 6827141.
HSL color Cylindrical-coordinate representation of color #852C68: hue angle of 319.55º 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 #852C68 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 104 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.48 |
| HSL | 319.55º | 0.5% | 0.35% | - |
| HSV(B) | 319.55º | 0.67% | 0.52% | - |
| XYZ | 13.07 | 7.79 | 13.91 | - |
| YUV | 77.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 104 | 0 | 0.67 | 0.22 | 0.48 | 319.55 | 0.5 | 0.35 |
| Hex | 85 | 2C | 68 | 0 | 43 | 16 | 30 | 140 | 32 | 23 |
| Octal | 205 | 54 | 150 | 0 | 103 | 26 | 60 | 500 | 62 | 43 |
| Binary | 10000101 | 101100 | 1101000 | 0 | 1000011 | 10110 | 110000 | 101000000 | 110010 | 100011 |
Color Harmonies of #852C68
Complementary color
Monochromatic Colors of #852C68
Black with #852C68
Text Example
Text Example
White with #852C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C68; }
p { color: rgb(133,44,104); }
H1.HeaderClassName
{
color: #852C68;
}
.AnyTagClassName
{
color: #852C68;
}
</style>
background-color css
<style>
a { background-color: #852C68; }
a { background-color: rgb(133,44,104); }
div.DivClassName
{
background-color: #852C68;
}
.BgClassName
{
background-color: #852C68;
}
</style>
border-color css
<style>
span { border-color: #852C68; }
span { border-color: rgb(133,44,104); }
td.TdClassName
{
border-color: #852C68;
}
.TagClassName
{
border-color: #852C68;
}
</style>