Shades of Dark Purple #852765
Tints of Dark Purple #852765
RGB
CMYK
RGB Variations
Color information
#852765 (or 0x852765) is known color: Dark Purple. HEX triplet: 85, 27 and 65. RGB value is (133,39,101). Sum of RGB (Red+Green+Blue) = 133+39+101=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852765 is #7AD89A. Grayscale: #4A4A4A. Windows color (decimal): -8050843 or 6629253. OLE color: 6629253.
HSL color Cylindrical-coordinate representation of color #852765: hue angle of 320.43º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852765 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 101 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.48 |
| HSL | 320.43º | 0.55% | 0.34% | - |
| HSV(B) | 320.43º | 0.71% | 0.52% | - |
| XYZ | 12.75 | 7.38 | 13.06 | - |
| YUV | 74.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 101 | 0 | 0.71 | 0.24 | 0.48 | 320.43 | 0.55 | 0.34 |
| Hex | 85 | 27 | 65 | 0 | 47 | 18 | 30 | 140 | 37 | 22 |
| Octal | 205 | 47 | 145 | 0 | 107 | 30 | 60 | 500 | 67 | 42 |
| Binary | 10000101 | 100111 | 1100101 | 0 | 1000111 | 11000 | 110000 | 101000000 | 110111 | 100010 |
Color Harmonies of #852765
Complementary color
Monochromatic Colors of #852765
Black with #852765
Text Example
Text Example
White with #852765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852765; }
p { color: rgb(133,39,101); }
H1.HeaderClassName
{
color: #852765;
}
.AnyTagClassName
{
color: #852765;
}
</style>
background-color css
<style>
a { background-color: #852765; }
a { background-color: rgb(133,39,101); }
div.DivClassName
{
background-color: #852765;
}
.BgClassName
{
background-color: #852765;
}
</style>
border-color css
<style>
span { border-color: #852765; }
span { border-color: rgb(133,39,101); }
td.TdClassName
{
border-color: #852765;
}
.TagClassName
{
border-color: #852765;
}
</style>