Shades of Purple #85067B
Tints of Purple #85067B
RGB
CMYK
RGB Variations
Color information
#85067B (or 0x85067B) is known color: Purple. HEX triplet: 85, 06 and 7B. RGB value is (133,6,123). Sum of RGB (Red+Green+Blue) = 133+6+123=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85067B is #7AF984. Grayscale: #383838. Windows color (decimal): -8059269 or 8062597. OLE color: 8062597.
HSL color Cylindrical-coordinate representation of color #85067B: hue angle of 304.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85067B is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 123 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.48 |
| HSL | 304.72º | 0.91% | 0.27% | - |
| HSV(B) | 304.72º | 0.95% | 0.52% | - |
| XYZ | 13.31 | 6.55 | 19.3 | - |
| YUV | 57.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 123 | 0 | 0.95 | 0.08 | 0.48 | 304.72 | 0.91 | 0.27 |
| Hex | 85 | 6 | 7B | 0 | 5F | 8 | 30 | 131 | 5B | 1B |
| Octal | 205 | 6 | 173 | 0 | 137 | 10 | 60 | 461 | 133 | 33 |
| Binary | 10000101 | 110 | 1111011 | 0 | 1011111 | 1000 | 110000 | 100110001 | 1011011 | 11011 |
Color Harmonies of #85067B
Complementary color
Monochromatic Colors of #85067B
Black with #85067B
Text Example
Text Example
White with #85067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85067B; }
p { color: rgb(133,6,123); }
H1.HeaderClassName
{
color: #85067B;
}
.AnyTagClassName
{
color: #85067B;
}
</style>
background-color css
<style>
a { background-color: #85067B; }
a { background-color: rgb(133,6,123); }
div.DivClassName
{
background-color: #85067B;
}
.BgClassName
{
background-color: #85067B;
}
</style>
border-color css
<style>
span { border-color: #85067B; }
span { border-color: rgb(133,6,123); }
td.TdClassName
{
border-color: #85067B;
}
.TagClassName
{
border-color: #85067B;
}
</style>