Shades of Dark Purple #853175
Tints of Dark Purple #853175
RGB
CMYK
RGB Variations
Color information
#853175 (or 0x853175) is known color: Dark Purple. HEX triplet: 85, 31 and 75. RGB value is (133,49,117). Sum of RGB (Red+Green+Blue) = 133+49+117=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #853175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853175 is #7ACE8A. Grayscale: #515151. Windows color (decimal): -8048267 or 7680389. OLE color: 7680389.
HSL color Cylindrical-coordinate representation of color #853175: hue angle of 311.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853175 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 117 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.48 |
| HSL | 311.43º | 0.46% | 0.36% | - |
| HSV(B) | 311.43º | 0.63% | 0.52% | - |
| XYZ | 13.98 | 8.47 | 17.73 | - |
| YUV | 81.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 117 | 0 | 0.63 | 0.12 | 0.48 | 311.43 | 0.46 | 0.36 |
| Hex | 85 | 31 | 75 | 0 | 3F | C | 30 | 137 | 2E | 24 |
| Octal | 205 | 61 | 165 | 0 | 77 | 14 | 60 | 467 | 56 | 44 |
| Binary | 10000101 | 110001 | 1110101 | 0 | 111111 | 1100 | 110000 | 100110111 | 101110 | 100100 |
Color Harmonies of #853175
Complementary color
Monochromatic Colors of #853175
Black with #853175
Text Example
Text Example
White with #853175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853175; }
p { color: rgb(133,49,117); }
H1.HeaderClassName
{
color: #853175;
}
.AnyTagClassName
{
color: #853175;
}
</style>
background-color css
<style>
a { background-color: #853175; }
a { background-color: rgb(133,49,117); }
div.DivClassName
{
background-color: #853175;
}
.BgClassName
{
background-color: #853175;
}
</style>
border-color css
<style>
span { border-color: #853175; }
span { border-color: rgb(133,49,117); }
td.TdClassName
{
border-color: #853175;
}
.TagClassName
{
border-color: #853175;
}
</style>