Shades of Dark Purple #852B7F
Tints of Dark Purple #852B7F
RGB
CMYK
RGB Variations
Color information
#852B7F (or 0x852B7F) is known color: Dark Purple. HEX triplet: 85, 2B and 7F. RGB value is (133,43,127). Sum of RGB (Red+Green+Blue) = 133+43+127=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #852B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B7F is #7AD480. Grayscale: #4F4F4F. Windows color (decimal): -8049793 or 8334213. OLE color: 8334213.
HSL color Cylindrical-coordinate representation of color #852B7F: hue angle of 304º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B7F is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 127 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.48 |
| HSL | 304º | 0.51% | 0.35% | - |
| HSV(B) | 304º | 0.68% | 0.52% | - |
| XYZ | 14.37 | 8.25 | 20.91 | - |
| YUV | 79.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 127 | 0 | 0.68 | 0.05 | 0.48 | 304 | 0.51 | 0.35 |
| Hex | 85 | 2B | 7F | 0 | 44 | 5 | 30 | 130 | 33 | 23 |
| Octal | 205 | 53 | 177 | 0 | 104 | 5 | 60 | 460 | 63 | 43 |
| Binary | 10000101 | 101011 | 1111111 | 0 | 1000100 | 101 | 110000 | 100110000 | 110011 | 100011 |
Color Harmonies of #852B7F
Complementary color
Monochromatic Colors of #852B7F
Black with #852B7F
Text Example
Text Example
White with #852B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B7F; }
p { color: rgb(133,43,127); }
H1.HeaderClassName
{
color: #852B7F;
}
.AnyTagClassName
{
color: #852B7F;
}
</style>
background-color css
<style>
a { background-color: #852B7F; }
a { background-color: rgb(133,43,127); }
div.DivClassName
{
background-color: #852B7F;
}
.BgClassName
{
background-color: #852B7F;
}
</style>
border-color css
<style>
span { border-color: #852B7F; }
span { border-color: rgb(133,43,127); }
td.TdClassName
{
border-color: #852B7F;
}
.TagClassName
{
border-color: #852B7F;
}
</style>