Shades of Dark Purple #853374
Tints of Dark Purple #853374
RGB
CMYK
RGB Variations
Color information
#853374 (or 0x853374) is known color: Dark Purple. HEX triplet: 85, 33 and 74. RGB value is (133,51,116). Sum of RGB (Red+Green+Blue) = 133+51+116=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #853374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853374 is #7ACC8B. Grayscale: #525252. Windows color (decimal): -8047756 or 7615365. OLE color: 7615365.
HSL color Cylindrical-coordinate representation of color #853374: hue angle of 312.44º 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 #853374 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 116 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.48 |
| HSL | 312.44º | 0.45% | 0.36% | - |
| HSV(B) | 312.44º | 0.62% | 0.52% | - |
| XYZ | 14.01 | 8.62 | 17.45 | - |
| YUV | 82.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 116 | 0 | 0.62 | 0.13 | 0.48 | 312.44 | 0.45 | 0.36 |
| Hex | 85 | 33 | 74 | 0 | 3E | D | 30 | 138 | 2D | 24 |
| Octal | 205 | 63 | 164 | 0 | 76 | 15 | 60 | 470 | 55 | 44 |
| Binary | 10000101 | 110011 | 1110100 | 0 | 111110 | 1101 | 110000 | 100111000 | 101101 | 100100 |
Color Harmonies of #853374
Complementary color
Monochromatic Colors of #853374
Black with #853374
Text Example
Text Example
White with #853374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853374; }
p { color: rgb(133,51,116); }
H1.HeaderClassName
{
color: #853374;
}
.AnyTagClassName
{
color: #853374;
}
</style>
background-color css
<style>
a { background-color: #853374; }
a { background-color: rgb(133,51,116); }
div.DivClassName
{
background-color: #853374;
}
.BgClassName
{
background-color: #853374;
}
</style>
border-color css
<style>
span { border-color: #853374; }
span { border-color: rgb(133,51,116); }
td.TdClassName
{
border-color: #853374;
}
.TagClassName
{
border-color: #853374;
}
</style>