Shades of Dark Purple #85257C
Tints of Dark Purple #85257C
RGB
CMYK
RGB Variations
Color information
#85257C (or 0x85257C) is known color: Dark Purple. HEX triplet: 85, 25 and 7C. RGB value is (133,37,124). Sum of RGB (Red+Green+Blue) = 133+37+124=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85257C is #7ADA83. Grayscale: #4B4B4B. Windows color (decimal): -8051332 or 8136069. OLE color: 8136069.
HSL color Cylindrical-coordinate representation of color #85257C: hue angle of 305.62º 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 #85257C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 124 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.48 |
| HSL | 305.63º | 0.56% | 0.33% | - |
| HSV(B) | 305.63º | 0.72% | 0.52% | - |
| XYZ | 13.97 | 7.76 | 19.83 | - |
| YUV | 75.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 124 | 0 | 0.72 | 0.07 | 0.48 | 305.63 | 0.56 | 0.33 |
| Hex | 85 | 25 | 7C | 0 | 48 | 7 | 30 | 132 | 38 | 21 |
| Octal | 205 | 45 | 174 | 0 | 110 | 7 | 60 | 462 | 70 | 41 |
| Binary | 10000101 | 100101 | 1111100 | 0 | 1001000 | 111 | 110000 | 100110010 | 111000 | 100001 |
Color Harmonies of #85257C
Complementary color
Monochromatic Colors of #85257C
Black with #85257C
Text Example
Text Example
White with #85257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85257C; }
p { color: rgb(133,37,124); }
H1.HeaderClassName
{
color: #85257C;
}
.AnyTagClassName
{
color: #85257C;
}
</style>
background-color css
<style>
a { background-color: #85257C; }
a { background-color: rgb(133,37,124); }
div.DivClassName
{
background-color: #85257C;
}
.BgClassName
{
background-color: #85257C;
}
</style>
border-color css
<style>
span { border-color: #85257C; }
span { border-color: rgb(133,37,124); }
td.TdClassName
{
border-color: #85257C;
}
.TagClassName
{
border-color: #85257C;
}
</style>