Shades of Dark Purple #853270
Tints of Dark Purple #853270
RGB
CMYK
RGB Variations
Color information
#853270 (or 0x853270) is known color: Dark Purple. HEX triplet: 85, 32 and 70. RGB value is (133,50,112). Sum of RGB (Red+Green+Blue) = 133+50+112=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #853270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853270 is #7ACD8F. Grayscale: #515151. Windows color (decimal): -8048016 or 7352965. OLE color: 7352965.
HSL color Cylindrical-coordinate representation of color #853270: hue angle of 315.18º 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 #853270 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 112 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.48 |
| HSL | 315.18º | 0.45% | 0.36% | - |
| HSV(B) | 315.18º | 0.62% | 0.52% | - |
| XYZ | 13.74 | 8.44 | 16.23 | - |
| YUV | 81.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 112 | 0 | 0.62 | 0.16 | 0.48 | 315.18 | 0.45 | 0.36 |
| Hex | 85 | 32 | 70 | 0 | 3E | 10 | 30 | 13B | 2D | 24 |
| Octal | 205 | 62 | 160 | 0 | 76 | 20 | 60 | 473 | 55 | 44 |
| Binary | 10000101 | 110010 | 1110000 | 0 | 111110 | 10000 | 110000 | 100111011 | 101101 | 100100 |
Color Harmonies of #853270
Complementary color
Monochromatic Colors of #853270
Black with #853270
Text Example
Text Example
White with #853270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853270; }
p { color: rgb(133,50,112); }
H1.HeaderClassName
{
color: #853270;
}
.AnyTagClassName
{
color: #853270;
}
</style>
background-color css
<style>
a { background-color: #853270; }
a { background-color: rgb(133,50,112); }
div.DivClassName
{
background-color: #853270;
}
.BgClassName
{
background-color: #853270;
}
</style>
border-color css
<style>
span { border-color: #853270; }
span { border-color: rgb(133,50,112); }
td.TdClassName
{
border-color: #853270;
}
.TagClassName
{
border-color: #853270;
}
</style>