Shades of Dark Purple #852D7B
Tints of Dark Purple #852D7B
RGB
CMYK
RGB Variations
Color information
#852D7B (or 0x852D7B) is known color: Dark Purple. HEX triplet: 85, 2D and 7B. RGB value is (133,45,123). Sum of RGB (Red+Green+Blue) = 133+45+123=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D7B is #7AD284. Grayscale: #4F4F4F. Windows color (decimal): -8049285 or 8072581. OLE color: 8072581.
HSL color Cylindrical-coordinate representation of color #852D7B: hue angle of 306.82º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D7B is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 123 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.48 |
| HSL | 306.82º | 0.49% | 0.35% | - |
| HSV(B) | 306.82º | 0.66% | 0.52% | - |
| XYZ | 14.19 | 8.29 | 19.59 | - |
| YUV | 80.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 123 | 0 | 0.66 | 0.08 | 0.48 | 306.82 | 0.49 | 0.35 |
| Hex | 85 | 2D | 7B | 0 | 42 | 8 | 30 | 133 | 31 | 23 |
| Octal | 205 | 55 | 173 | 0 | 102 | 10 | 60 | 463 | 61 | 43 |
| Binary | 10000101 | 101101 | 1111011 | 0 | 1000010 | 1000 | 110000 | 100110011 | 110001 | 100011 |
Color Harmonies of #852D7B
Complementary color
Monochromatic Colors of #852D7B
Black with #852D7B
Text Example
Text Example
White with #852D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D7B; }
p { color: rgb(133,45,123); }
H1.HeaderClassName
{
color: #852D7B;
}
.AnyTagClassName
{
color: #852D7B;
}
</style>
background-color css
<style>
a { background-color: #852D7B; }
a { background-color: rgb(133,45,123); }
div.DivClassName
{
background-color: #852D7B;
}
.BgClassName
{
background-color: #852D7B;
}
</style>
border-color css
<style>
span { border-color: #852D7B; }
span { border-color: rgb(133,45,123); }
td.TdClassName
{
border-color: #852D7B;
}
.TagClassName
{
border-color: #852D7B;
}
</style>