Shades of Dark Purple #85277C
Tints of Dark Purple #85277C
RGB
CMYK
RGB Variations
Color information
#85277C (or 0x85277C) is known color: Dark Purple. HEX triplet: 85, 27 and 7C. RGB value is (133,39,124). Sum of RGB (Red+Green+Blue) = 133+39+124=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85277C is #7AD883. Grayscale: #4C4C4C. Windows color (decimal): -8050820 or 8136581. OLE color: 8136581.
HSL color Cylindrical-coordinate representation of color #85277C: hue angle of 305.74º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85277C is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 124 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.48 |
| HSL | 305.74º | 0.55% | 0.34% | - |
| HSV(B) | 305.74º | 0.71% | 0.52% | - |
| XYZ | 14.04 | 7.89 | 19.85 | - |
| YUV | 76.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 124 | 0 | 0.71 | 0.07 | 0.48 | 305.74 | 0.55 | 0.34 |
| Hex | 85 | 27 | 7C | 0 | 47 | 7 | 30 | 132 | 37 | 22 |
| Octal | 205 | 47 | 174 | 0 | 107 | 7 | 60 | 462 | 67 | 42 |
| Binary | 10000101 | 100111 | 1111100 | 0 | 1000111 | 111 | 110000 | 100110010 | 110111 | 100010 |
Color Harmonies of #85277C
Complementary color
Monochromatic Colors of #85277C
Black with #85277C
Text Example
Text Example
White with #85277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85277C; }
p { color: rgb(133,39,124); }
H1.HeaderClassName
{
color: #85277C;
}
.AnyTagClassName
{
color: #85277C;
}
</style>
background-color css
<style>
a { background-color: #85277C; }
a { background-color: rgb(133,39,124); }
div.DivClassName
{
background-color: #85277C;
}
.BgClassName
{
background-color: #85277C;
}
</style>
border-color css
<style>
span { border-color: #85277C; }
span { border-color: rgb(133,39,124); }
td.TdClassName
{
border-color: #85277C;
}
.TagClassName
{
border-color: #85277C;
}
</style>