Shades of Dark Purple #852565
Tints of Dark Purple #852565
RGB
CMYK
RGB Variations
Color information
#852565 (or 0x852565) is known color: Dark Purple. HEX triplet: 85, 25 and 65. RGB value is (133,37,101). Sum of RGB (Red+Green+Blue) = 133+37+101=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852565 is #7ADA9A. Grayscale: #484848. Windows color (decimal): -8051355 or 6628741. OLE color: 6628741.
HSL color Cylindrical-coordinate representation of color #852565: hue angle of 320º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852565 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 101 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.48 |
| HSL | 320º | 0.56% | 0.33% | - |
| HSV(B) | 320º | 0.72% | 0.52% | - |
| XYZ | 12.68 | 7.25 | 13.04 | - |
| YUV | 73 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 101 | 0 | 0.72 | 0.24 | 0.48 | 320 | 0.56 | 0.33 |
| Hex | 85 | 25 | 65 | 0 | 48 | 18 | 30 | 140 | 38 | 21 |
| Octal | 205 | 45 | 145 | 0 | 110 | 30 | 60 | 500 | 70 | 41 |
| Binary | 10000101 | 100101 | 1100101 | 0 | 1001000 | 11000 | 110000 | 101000000 | 111000 | 100001 |
Color Harmonies of #852565
Complementary color
Monochromatic Colors of #852565
Black with #852565
Text Example
Text Example
White with #852565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852565; }
p { color: rgb(133,37,101); }
H1.HeaderClassName
{
color: #852565;
}
.AnyTagClassName
{
color: #852565;
}
</style>
background-color css
<style>
a { background-color: #852565; }
a { background-color: rgb(133,37,101); }
div.DivClassName
{
background-color: #852565;
}
.BgClassName
{
background-color: #852565;
}
</style>
border-color css
<style>
span { border-color: #852565; }
span { border-color: rgb(133,37,101); }
td.TdClassName
{
border-color: #852565;
}
.TagClassName
{
border-color: #852565;
}
</style>