Shades of Dark Purple #853674
Tints of Dark Purple #853674
RGB
CMYK
RGB Variations
Color information
#853674 (or 0x853674) is known color: Dark Purple. HEX triplet: 85, 36 and 74. RGB value is (133,54,116). Sum of RGB (Red+Green+Blue) = 133+54+116=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #853674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853674 is #7AC98B. Grayscale: #545454. Windows color (decimal): -8046988 or 7616133. OLE color: 7616133.
HSL color Cylindrical-coordinate representation of color #853674: hue angle of 312.91º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853674 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 116 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.48 |
| HSL | 312.91º | 0.42% | 0.37% | - |
| HSV(B) | 312.91º | 0.59% | 0.52% | - |
| XYZ | 14.14 | 8.89 | 17.49 | - |
| YUV | 84.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 116 | 0 | 0.59 | 0.13 | 0.48 | 312.91 | 0.42 | 0.37 |
| Hex | 85 | 36 | 74 | 0 | 3B | D | 30 | 139 | 2A | 25 |
| Octal | 205 | 66 | 164 | 0 | 73 | 15 | 60 | 471 | 52 | 45 |
| Binary | 10000101 | 110110 | 1110100 | 0 | 111011 | 1101 | 110000 | 100111001 | 101010 | 100101 |
Color Harmonies of #853674
Complementary color
Monochromatic Colors of #853674
Black with #853674
Text Example
Text Example
White with #853674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853674; }
p { color: rgb(133,54,116); }
H1.HeaderClassName
{
color: #853674;
}
.AnyTagClassName
{
color: #853674;
}
</style>
background-color css
<style>
a { background-color: #853674; }
a { background-color: rgb(133,54,116); }
div.DivClassName
{
background-color: #853674;
}
.BgClassName
{
background-color: #853674;
}
</style>
border-color css
<style>
span { border-color: #853674; }
span { border-color: rgb(133,54,116); }
td.TdClassName
{
border-color: #853674;
}
.TagClassName
{
border-color: #853674;
}
</style>