Shades of Dark Purple #850B74
Tints of Dark Purple #850B74
RGB
CMYK
RGB Variations
Color information
#850B74 (or 0x850B74) is known color: Dark Purple. HEX triplet: 85, 0B and 74. RGB value is (133,11,116). Sum of RGB (Red+Green+Blue) = 133+11+116=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #850B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B74 is #7AF48B. Grayscale: #3B3B3B. Windows color (decimal): -8057996 or 7605125. OLE color: 7605125.
HSL color Cylindrical-coordinate representation of color #850B74: hue angle of 308.36º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B74 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 116 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.48 |
| HSL | 308.36º | 0.85% | 0.28% | - |
| HSV(B) | 308.36º | 0.92% | 0.52% | - |
| XYZ | 12.94 | 6.49 | 17.09 | - |
| YUV | 59.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 116 | 0 | 0.92 | 0.13 | 0.48 | 308.36 | 0.85 | 0.28 |
| Hex | 85 | B | 74 | 0 | 5C | D | 30 | 134 | 55 | 1C |
| Octal | 205 | 13 | 164 | 0 | 134 | 15 | 60 | 464 | 125 | 34 |
| Binary | 10000101 | 1011 | 1110100 | 0 | 1011100 | 1101 | 110000 | 100110100 | 1010101 | 11100 |
Color Harmonies of #850B74
Complementary color
Monochromatic Colors of #850B74
Black with #850B74
Text Example
Text Example
White with #850B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B74; }
p { color: rgb(133,11,116); }
H1.HeaderClassName
{
color: #850B74;
}
.AnyTagClassName
{
color: #850B74;
}
</style>
background-color css
<style>
a { background-color: #850B74; }
a { background-color: rgb(133,11,116); }
div.DivClassName
{
background-color: #850B74;
}
.BgClassName
{
background-color: #850B74;
}
</style>
border-color css
<style>
span { border-color: #850B74; }
span { border-color: rgb(133,11,116); }
td.TdClassName
{
border-color: #850B74;
}
.TagClassName
{
border-color: #850B74;
}
</style>