Shades of Dark Purple #85257F
Tints of Dark Purple #85257F
RGB
CMYK
RGB Variations
Color information
#85257F (or 0x85257F) is known color: Dark Purple. HEX triplet: 85, 25 and 7F. RGB value is (133,37,127). Sum of RGB (Red+Green+Blue) = 133+37+127=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85257F is #7ADA80. Grayscale: #4B4B4B. Windows color (decimal): -8051329 or 8332677. OLE color: 8332677.
HSL color Cylindrical-coordinate representation of color #85257F: hue angle of 303.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85257F is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 127 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.48 |
| HSL | 303.75º | 0.56% | 0.33% | - |
| HSV(B) | 303.75º | 0.72% | 0.52% | - |
| XYZ | 14.17 | 7.84 | 20.85 | - |
| YUV | 75.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 127 | 0 | 0.72 | 0.05 | 0.48 | 303.75 | 0.56 | 0.33 |
| Hex | 85 | 25 | 7F | 0 | 48 | 5 | 30 | 130 | 38 | 21 |
| Octal | 205 | 45 | 177 | 0 | 110 | 5 | 60 | 460 | 70 | 41 |
| Binary | 10000101 | 100101 | 1111111 | 0 | 1001000 | 101 | 110000 | 100110000 | 111000 | 100001 |
Color Harmonies of #85257F
Complementary color
Monochromatic Colors of #85257F
Black with #85257F
Text Example
Text Example
White with #85257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85257F; }
p { color: rgb(133,37,127); }
H1.HeaderClassName
{
color: #85257F;
}
.AnyTagClassName
{
color: #85257F;
}
</style>
background-color css
<style>
a { background-color: #85257F; }
a { background-color: rgb(133,37,127); }
div.DivClassName
{
background-color: #85257F;
}
.BgClassName
{
background-color: #85257F;
}
</style>
border-color css
<style>
span { border-color: #85257F; }
span { border-color: rgb(133,37,127); }
td.TdClassName
{
border-color: #85257F;
}
.TagClassName
{
border-color: #85257F;
}
</style>