Shades of Dark Purple #852C67
Tints of Dark Purple #852C67
RGB
CMYK
RGB Variations
Color information
#852C67 (or 0x852C67) is known color: Dark Purple. HEX triplet: 85, 2C and 67. RGB value is (133,44,103). Sum of RGB (Red+Green+Blue) = 133+44+103=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #852C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C67 is #7AD398. Grayscale: #4D4D4D. Windows color (decimal): -8049561 or 6761605. OLE color: 6761605.
HSL color Cylindrical-coordinate representation of color #852C67: hue angle of 320.22º 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 #852C67 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 103 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.48 |
| HSL | 320.22º | 0.5% | 0.35% | - |
| HSV(B) | 320.22º | 0.67% | 0.52% | - |
| XYZ | 13.02 | 7.77 | 13.64 | - |
| YUV | 77.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 103 | 0 | 0.67 | 0.23 | 0.48 | 320.22 | 0.5 | 0.35 |
| Hex | 85 | 2C | 67 | 0 | 43 | 17 | 30 | 140 | 32 | 23 |
| Octal | 205 | 54 | 147 | 0 | 103 | 27 | 60 | 500 | 62 | 43 |
| Binary | 10000101 | 101100 | 1100111 | 0 | 1000011 | 10111 | 110000 | 101000000 | 110010 | 100011 |
Color Harmonies of #852C67
Complementary color
Monochromatic Colors of #852C67
Black with #852C67
Text Example
Text Example
White with #852C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C67; }
p { color: rgb(133,44,103); }
H1.HeaderClassName
{
color: #852C67;
}
.AnyTagClassName
{
color: #852C67;
}
</style>
background-color css
<style>
a { background-color: #852C67; }
a { background-color: rgb(133,44,103); }
div.DivClassName
{
background-color: #852C67;
}
.BgClassName
{
background-color: #852C67;
}
</style>
border-color css
<style>
span { border-color: #852C67; }
span { border-color: rgb(133,44,103); }
td.TdClassName
{
border-color: #852C67;
}
.TagClassName
{
border-color: #852C67;
}
</style>