Shades of Dark Purple #852374
Tints of Dark Purple #852374
RGB
CMYK
RGB Variations
Color information
#852374 (or 0x852374) is known color: Dark Purple. HEX triplet: 85, 23 and 74. RGB value is (133,35,116). Sum of RGB (Red+Green+Blue) = 133+35+116=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852374 is #7ADC8B. Grayscale: #494949. Windows color (decimal): -8051852 or 7611269. OLE color: 7611269.
HSL color Cylindrical-coordinate representation of color #852374: hue angle of 310.41º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852374 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 116 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.48 |
| HSL | 310.41º | 0.58% | 0.33% | - |
| HSV(B) | 310.41º | 0.74% | 0.52% | - |
| XYZ | 13.43 | 7.45 | 17.25 | - |
| YUV | 73.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 116 | 0 | 0.74 | 0.13 | 0.48 | 310.41 | 0.58 | 0.33 |
| Hex | 85 | 23 | 74 | 0 | 4A | D | 30 | 136 | 3A | 21 |
| Octal | 205 | 43 | 164 | 0 | 112 | 15 | 60 | 466 | 72 | 41 |
| Binary | 10000101 | 100011 | 1110100 | 0 | 1001010 | 1101 | 110000 | 100110110 | 111010 | 100001 |
Color Harmonies of #852374
Complementary color
Monochromatic Colors of #852374
Black with #852374
Text Example
Text Example
White with #852374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852374; }
p { color: rgb(133,35,116); }
H1.HeaderClassName
{
color: #852374;
}
.AnyTagClassName
{
color: #852374;
}
</style>
background-color css
<style>
a { background-color: #852374; }
a { background-color: rgb(133,35,116); }
div.DivClassName
{
background-color: #852374;
}
.BgClassName
{
background-color: #852374;
}
</style>
border-color css
<style>
span { border-color: #852374; }
span { border-color: rgb(133,35,116); }
td.TdClassName
{
border-color: #852374;
}
.TagClassName
{
border-color: #852374;
}
</style>