Shades of Dark Purple #852675
Tints of Dark Purple #852675
RGB
CMYK
RGB Variations
Color information
#852675 (or 0x852675) is known color: Dark Purple. HEX triplet: 85, 26 and 75. RGB value is (133,38,117). Sum of RGB (Red+Green+Blue) = 133+38+117=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852675 is #7AD98A. Grayscale: #4B4B4B. Windows color (decimal): -8051083 or 7677573. OLE color: 7677573.
HSL color Cylindrical-coordinate representation of color #852675: hue angle of 310.11º degrees, saturation: 0.56, 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 #852675 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 117 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.48 |
| HSL | 310.11º | 0.56% | 0.34% | - |
| HSV(B) | 310.11º | 0.71% | 0.52% | - |
| XYZ | 13.58 | 7.66 | 17.59 | - |
| YUV | 75.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 117 | 0 | 0.71 | 0.12 | 0.48 | 310.11 | 0.56 | 0.34 |
| Hex | 85 | 26 | 75 | 0 | 47 | C | 30 | 136 | 38 | 22 |
| Octal | 205 | 46 | 165 | 0 | 107 | 14 | 60 | 466 | 70 | 42 |
| Binary | 10000101 | 100110 | 1110101 | 0 | 1000111 | 1100 | 110000 | 100110110 | 111000 | 100010 |
Color Harmonies of #852675
Complementary color
Monochromatic Colors of #852675
Black with #852675
Text Example
Text Example
White with #852675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852675; }
p { color: rgb(133,38,117); }
H1.HeaderClassName
{
color: #852675;
}
.AnyTagClassName
{
color: #852675;
}
</style>
background-color css
<style>
a { background-color: #852675; }
a { background-color: rgb(133,38,117); }
div.DivClassName
{
background-color: #852675;
}
.BgClassName
{
background-color: #852675;
}
</style>
border-color css
<style>
span { border-color: #852675; }
span { border-color: rgb(133,38,117); }
td.TdClassName
{
border-color: #852675;
}
.TagClassName
{
border-color: #852675;
}
</style>