Shades of Dark Purple #853D74
Tints of Dark Purple #853D74
RGB
CMYK
RGB Variations
Color information
#853D74 (or 0x853D74) is known color: Dark Purple. HEX triplet: 85, 3D and 74. RGB value is (133,61,116). Sum of RGB (Red+Green+Blue) = 133+61+116=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #853D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D74 is #7AC28B. Grayscale: #585858. Windows color (decimal): -8045196 or 7617925. OLE color: 7617925.
HSL color Cylindrical-coordinate representation of color #853D74: hue angle of 314.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853D74 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 116 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.48 |
| HSL | 314.17º | 0.37% | 0.38% | - |
| HSV(B) | 314.17º | 0.54% | 0.52% | - |
| XYZ | 14.49 | 9.58 | 17.61 | - |
| YUV | 88.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 116 | 0 | 0.54 | 0.13 | 0.48 | 314.17 | 0.37 | 0.38 |
| Hex | 85 | 3D | 74 | 0 | 36 | D | 30 | 13A | 25 | 26 |
| Octal | 205 | 75 | 164 | 0 | 66 | 15 | 60 | 472 | 45 | 46 |
| Binary | 10000101 | 111101 | 1110100 | 0 | 110110 | 1101 | 110000 | 100111010 | 100101 | 100110 |
Color Harmonies of #853D74
Complementary color
Monochromatic Colors of #853D74
Black with #853D74
Text Example
Text Example
White with #853D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D74; }
p { color: rgb(133,61,116); }
H1.HeaderClassName
{
color: #853D74;
}
.AnyTagClassName
{
color: #853D74;
}
</style>
background-color css
<style>
a { background-color: #853D74; }
a { background-color: rgb(133,61,116); }
div.DivClassName
{
background-color: #853D74;
}
.BgClassName
{
background-color: #853D74;
}
</style>
border-color css
<style>
span { border-color: #853D74; }
span { border-color: rgb(133,61,116); }
td.TdClassName
{
border-color: #853D74;
}
.TagClassName
{
border-color: #853D74;
}
</style>