Shades of Dark Purple #852A7E
Tints of Dark Purple #852A7E
RGB
CMYK
RGB Variations
Color information
#852A7E (or 0x852A7E) is known color: Dark Purple. HEX triplet: 85, 2A and 7E. RGB value is (133,42,126). Sum of RGB (Red+Green+Blue) = 133+42+126=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A7E is #7AD581. Grayscale: #4E4E4E. Windows color (decimal): -8050050 or 8268421. OLE color: 8268421.
HSL color Cylindrical-coordinate representation of color #852A7E: hue angle of 304.62º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A7E is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 126 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.48 |
| HSL | 304.62º | 0.52% | 0.34% | - |
| HSV(B) | 304.62º | 0.68% | 0.52% | - |
| XYZ | 14.27 | 8.15 | 20.56 | - |
| YUV | 78.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 126 | 0 | 0.68 | 0.05 | 0.48 | 304.62 | 0.52 | 0.34 |
| Hex | 85 | 2A | 7E | 0 | 44 | 5 | 30 | 131 | 34 | 22 |
| Octal | 205 | 52 | 176 | 0 | 104 | 5 | 60 | 461 | 64 | 42 |
| Binary | 10000101 | 101010 | 1111110 | 0 | 1000100 | 101 | 110000 | 100110001 | 110100 | 100010 |
Color Harmonies of #852A7E
Complementary color
Monochromatic Colors of #852A7E
Black with #852A7E
Text Example
Text Example
White with #852A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A7E; }
p { color: rgb(133,42,126); }
H1.HeaderClassName
{
color: #852A7E;
}
.AnyTagClassName
{
color: #852A7E;
}
</style>
background-color css
<style>
a { background-color: #852A7E; }
a { background-color: rgb(133,42,126); }
div.DivClassName
{
background-color: #852A7E;
}
.BgClassName
{
background-color: #852A7E;
}
</style>
border-color css
<style>
span { border-color: #852A7E; }
span { border-color: rgb(133,42,126); }
td.TdClassName
{
border-color: #852A7E;
}
.TagClassName
{
border-color: #852A7E;
}
</style>