Shades of Dark Purple #853774
Tints of Dark Purple #853774
RGB
CMYK
RGB Variations
Color information
#853774 (or 0x853774) is known color: Dark Purple. HEX triplet: 85, 37 and 74. RGB value is (133,55,116). Sum of RGB (Red+Green+Blue) = 133+55+116=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853774 is #7AC88B. Grayscale: #555555. Windows color (decimal): -8046732 or 7616389. OLE color: 7616389.
HSL color Cylindrical-coordinate representation of color #853774: hue angle of 313.08º degrees, saturation: 0.41, 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 #853774 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 116 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.48 |
| HSL | 313.08º | 0.41% | 0.37% | - |
| HSV(B) | 313.08º | 0.59% | 0.52% | - |
| XYZ | 14.19 | 8.98 | 17.51 | - |
| YUV | 85.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 116 | 0 | 0.59 | 0.13 | 0.48 | 313.08 | 0.41 | 0.37 |
| Hex | 85 | 37 | 74 | 0 | 3B | D | 30 | 139 | 29 | 25 |
| Octal | 205 | 67 | 164 | 0 | 73 | 15 | 60 | 471 | 51 | 45 |
| Binary | 10000101 | 110111 | 1110100 | 0 | 111011 | 1101 | 110000 | 100111001 | 101001 | 100101 |
Color Harmonies of #853774
Complementary color
Monochromatic Colors of #853774
Black with #853774
Text Example
Text Example
White with #853774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853774; }
p { color: rgb(133,55,116); }
H1.HeaderClassName
{
color: #853774;
}
.AnyTagClassName
{
color: #853774;
}
</style>
background-color css
<style>
a { background-color: #853774; }
a { background-color: rgb(133,55,116); }
div.DivClassName
{
background-color: #853774;
}
.BgClassName
{
background-color: #853774;
}
</style>
border-color css
<style>
span { border-color: #853774; }
span { border-color: rgb(133,55,116); }
td.TdClassName
{
border-color: #853774;
}
.TagClassName
{
border-color: #853774;
}
</style>