Shades of Purple #81107C
Tints of Purple #81107C
RGB
CMYK
RGB Variations
Color information
#81107C (or 0x81107C) is known color: Purple. HEX triplet: 81, 10 and 7C. RGB value is (129,16,124). Sum of RGB (Red+Green+Blue) = 129+16+124=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #81107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81107C is #7EEF83. Grayscale: #3D3D3D. Windows color (decimal): -8318852 or 8130689. OLE color: 8130689.
HSL color Cylindrical-coordinate representation of color #81107C: hue angle of 302.65º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81107C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 124 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.49 |
| HSL | 302.65º | 0.78% | 0.28% | - |
| HSV(B) | 302.65º | 0.88% | 0.51% | - |
| XYZ | 12.88 | 6.49 | 19.64 | - |
| YUV | 62.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 124 | 0 | 0.88 | 0.04 | 0.49 | 302.65 | 0.78 | 0.28 |
| Hex | 81 | 10 | 7C | 0 | 58 | 4 | 31 | 12F | 4E | 1C |
| Octal | 201 | 20 | 174 | 0 | 130 | 4 | 61 | 457 | 116 | 34 |
| Binary | 10000001 | 10000 | 1111100 | 0 | 1011000 | 100 | 110001 | 100101111 | 1001110 | 11100 |
Color Harmonies of #81107C
Complementary color
Monochromatic Colors of #81107C
Black with #81107C
Text Example
Text Example
White with #81107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81107C; }
p { color: rgb(129,16,124); }
H1.HeaderClassName
{
color: #81107C;
}
.AnyTagClassName
{
color: #81107C;
}
</style>
background-color css
<style>
a { background-color: #81107C; }
a { background-color: rgb(129,16,124); }
div.DivClassName
{
background-color: #81107C;
}
.BgClassName
{
background-color: #81107C;
}
</style>
border-color css
<style>
span { border-color: #81107C; }
span { border-color: rgb(129,16,124); }
td.TdClassName
{
border-color: #81107C;
}
.TagClassName
{
border-color: #81107C;
}
</style>