Shades of Dark Purple #853279
Tints of Dark Purple #853279
RGB
CMYK
RGB Variations
Color information
#853279 (or 0x853279) is known color: Dark Purple. HEX triplet: 85, 32 and 79. RGB value is (133,50,121). Sum of RGB (Red+Green+Blue) = 133+50+121=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853279 is #7ACD86. Grayscale: #525252. Windows color (decimal): -8048007 or 7942789. OLE color: 7942789.
HSL color Cylindrical-coordinate representation of color #853279: hue angle of 308.67º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853279 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 121 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.48 |
| HSL | 308.67º | 0.45% | 0.36% | - |
| HSV(B) | 308.67º | 0.62% | 0.52% | - |
| XYZ | 14.26 | 8.65 | 19.01 | - |
| YUV | 82.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 121 | 0 | 0.62 | 0.09 | 0.48 | 308.67 | 0.45 | 0.36 |
| Hex | 85 | 32 | 79 | 0 | 3E | 9 | 30 | 135 | 2D | 24 |
| Octal | 205 | 62 | 171 | 0 | 76 | 11 | 60 | 465 | 55 | 44 |
| Binary | 10000101 | 110010 | 1111001 | 0 | 111110 | 1001 | 110000 | 100110101 | 101101 | 100100 |
Color Harmonies of #853279
Complementary color
Monochromatic Colors of #853279
Black with #853279
Text Example
Text Example
White with #853279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853279; }
p { color: rgb(133,50,121); }
H1.HeaderClassName
{
color: #853279;
}
.AnyTagClassName
{
color: #853279;
}
</style>
background-color css
<style>
a { background-color: #853279; }
a { background-color: rgb(133,50,121); }
div.DivClassName
{
background-color: #853279;
}
.BgClassName
{
background-color: #853279;
}
</style>
border-color css
<style>
span { border-color: #853279; }
span { border-color: rgb(133,50,121); }
td.TdClassName
{
border-color: #853279;
}
.TagClassName
{
border-color: #853279;
}
</style>