Shades of Dark Purple #853075
Tints of Dark Purple #853075
RGB
CMYK
RGB Variations
Color information
#853075 (or 0x853075) is known color: Dark Purple. HEX triplet: 85, 30 and 75. RGB value is (133,48,117). Sum of RGB (Red+Green+Blue) = 133+48+117=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #853075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853075 is #7ACF8A. Grayscale: #515151. Windows color (decimal): -8048523 or 7680133. OLE color: 7680133.
HSL color Cylindrical-coordinate representation of color #853075: hue angle of 311.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853075 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 117 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.48 |
| HSL | 311.29º | 0.47% | 0.35% | - |
| HSV(B) | 311.29º | 0.64% | 0.52% | - |
| XYZ | 13.94 | 8.38 | 17.71 | - |
| YUV | 81.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 117 | 0 | 0.64 | 0.12 | 0.48 | 311.29 | 0.47 | 0.35 |
| Hex | 85 | 30 | 75 | 0 | 40 | C | 30 | 137 | 2F | 23 |
| Octal | 205 | 60 | 165 | 0 | 100 | 14 | 60 | 467 | 57 | 43 |
| Binary | 10000101 | 110000 | 1110101 | 0 | 1000000 | 1100 | 110000 | 100110111 | 101111 | 100011 |
Color Harmonies of #853075
Complementary color
Monochromatic Colors of #853075
Black with #853075
Text Example
Text Example
White with #853075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853075; }
p { color: rgb(133,48,117); }
H1.HeaderClassName
{
color: #853075;
}
.AnyTagClassName
{
color: #853075;
}
</style>
background-color css
<style>
a { background-color: #853075; }
a { background-color: rgb(133,48,117); }
div.DivClassName
{
background-color: #853075;
}
.BgClassName
{
background-color: #853075;
}
</style>
border-color css
<style>
span { border-color: #853075; }
span { border-color: rgb(133,48,117); }
td.TdClassName
{
border-color: #853075;
}
.TagClassName
{
border-color: #853075;
}
</style>