Shades of Dark Purple #851772
Tints of Dark Purple #851772
RGB
CMYK
RGB Variations
Color information
#851772 (or 0x851772) is known color: Dark Purple. HEX triplet: 85, 17 and 72. RGB value is (133,23,114). Sum of RGB (Red+Green+Blue) = 133+23+114=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #851772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851772 is #7AE88D. Grayscale: #424242. Windows color (decimal): -8054926 or 7477125. OLE color: 7477125.
HSL color Cylindrical-coordinate representation of color #851772: hue angle of 310.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851772 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 114 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.48 |
| HSL | 310.36º | 0.71% | 0.31% | - |
| HSV(B) | 310.36º | 0.83% | 0.52% | - |
| XYZ | 13.02 | 6.81 | 16.55 | - |
| YUV | 66.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 114 | 0 | 0.83 | 0.14 | 0.48 | 310.36 | 0.71 | 0.31 |
| Hex | 85 | 17 | 72 | 0 | 53 | E | 30 | 136 | 47 | 1F |
| Octal | 205 | 27 | 162 | 0 | 123 | 16 | 60 | 466 | 107 | 37 |
| Binary | 10000101 | 10111 | 1110010 | 0 | 1010011 | 1110 | 110000 | 100110110 | 1000111 | 11111 |
Color Harmonies of #851772
Complementary color
Monochromatic Colors of #851772
Black with #851772
Text Example
Text Example
White with #851772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851772; }
p { color: rgb(133,23,114); }
H1.HeaderClassName
{
color: #851772;
}
.AnyTagClassName
{
color: #851772;
}
</style>
background-color css
<style>
a { background-color: #851772; }
a { background-color: rgb(133,23,114); }
div.DivClassName
{
background-color: #851772;
}
.BgClassName
{
background-color: #851772;
}
</style>
border-color css
<style>
span { border-color: #851772; }
span { border-color: rgb(133,23,114); }
td.TdClassName
{
border-color: #851772;
}
.TagClassName
{
border-color: #851772;
}
</style>