Shades of Dark Purple #81177B
Tints of Dark Purple #81177B
RGB
CMYK
RGB Variations
Color information
#81177B (or 0x81177B) is known color: Dark Purple. HEX triplet: 81, 17 and 7B. RGB value is (129,23,123). Sum of RGB (Red+Green+Blue) = 129+23+123=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81177B is #7EE884. Grayscale: #414141. Windows color (decimal): -8317061 or 8066945. OLE color: 8066945.
HSL color Cylindrical-coordinate representation of color #81177B: hue angle of 303.4º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81177B is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 123 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.49 |
| HSL | 303.4º | 0.7% | 0.3% | - |
| HSV(B) | 303.4º | 0.82% | 0.51% | - |
| XYZ | 12.93 | 6.71 | 19.35 | - |
| YUV | 66.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 123 | 0 | 0.82 | 0.05 | 0.49 | 303.4 | 0.7 | 0.3 |
| Hex | 81 | 17 | 7B | 0 | 52 | 5 | 31 | 12F | 46 | 1E |
| Octal | 201 | 27 | 173 | 0 | 122 | 5 | 61 | 457 | 106 | 36 |
| Binary | 10000001 | 10111 | 1111011 | 0 | 1010010 | 101 | 110001 | 100101111 | 1000110 | 11110 |
Color Harmonies of #81177B
Complementary color
Monochromatic Colors of #81177B
Black with #81177B
Text Example
Text Example
White with #81177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81177B; }
p { color: rgb(129,23,123); }
H1.HeaderClassName
{
color: #81177B;
}
.AnyTagClassName
{
color: #81177B;
}
</style>
background-color css
<style>
a { background-color: #81177B; }
a { background-color: rgb(129,23,123); }
div.DivClassName
{
background-color: #81177B;
}
.BgClassName
{
background-color: #81177B;
}
</style>
border-color css
<style>
span { border-color: #81177B; }
span { border-color: rgb(129,23,123); }
td.TdClassName
{
border-color: #81177B;
}
.TagClassName
{
border-color: #81177B;
}
</style>