Shades of Dark Purple #853274
Tints of Dark Purple #853274
RGB
CMYK
RGB Variations
Color information
#853274 (or 0x853274) is known color: Dark Purple. HEX triplet: 85, 32 and 74. RGB value is (133,50,116). Sum of RGB (Red+Green+Blue) = 133+50+116=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #853274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853274 is #7ACD8B. Grayscale: #525252. Windows color (decimal): -8048012 or 7615109. OLE color: 7615109.
HSL color Cylindrical-coordinate representation of color #853274: hue angle of 312.29º 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 #853274 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 116 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.48 |
| HSL | 312.29º | 0.45% | 0.36% | - |
| HSV(B) | 312.29º | 0.62% | 0.52% | - |
| XYZ | 13.97 | 8.53 | 17.43 | - |
| YUV | 82.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 116 | 0 | 0.62 | 0.13 | 0.48 | 312.29 | 0.45 | 0.36 |
| Hex | 85 | 32 | 74 | 0 | 3E | D | 30 | 138 | 2D | 24 |
| Octal | 205 | 62 | 164 | 0 | 76 | 15 | 60 | 470 | 55 | 44 |
| Binary | 10000101 | 110010 | 1110100 | 0 | 111110 | 1101 | 110000 | 100111000 | 101101 | 100100 |
Color Harmonies of #853274
Complementary color
Monochromatic Colors of #853274
Black with #853274
Text Example
Text Example
White with #853274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853274; }
p { color: rgb(133,50,116); }
H1.HeaderClassName
{
color: #853274;
}
.AnyTagClassName
{
color: #853274;
}
</style>
background-color css
<style>
a { background-color: #853274; }
a { background-color: rgb(133,50,116); }
div.DivClassName
{
background-color: #853274;
}
.BgClassName
{
background-color: #853274;
}
</style>
border-color css
<style>
span { border-color: #853274; }
span { border-color: rgb(133,50,116); }
td.TdClassName
{
border-color: #853274;
}
.TagClassName
{
border-color: #853274;
}
</style>