Shades of Purple #81066A
Tints of Purple #81066A
RGB
CMYK
RGB Variations
Color information
#81066A (or 0x81066A) is known color: Purple. HEX triplet: 81, 06 and 6A. RGB value is (129,6,106). Sum of RGB (Red+Green+Blue) = 129+6+106=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066A is #7EF995. Grayscale: #353535. Windows color (decimal): -8321430 or 6948481. OLE color: 6948481.
HSL color Cylindrical-coordinate representation of color #81066A: hue angle of 311.22º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81066A is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 106 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.49 |
| HSL | 311.22º | 0.91% | 0.26% | - |
| HSV(B) | 311.22º | 0.95% | 0.51% | - |
| XYZ | 11.72 | 5.84 | 14.14 | - |
| YUV | 54.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 106 | 0 | 0.95 | 0.18 | 0.49 | 311.22 | 0.91 | 0.26 |
| Hex | 81 | 6 | 6A | 0 | 5F | 12 | 31 | 137 | 5B | 1A |
| Octal | 201 | 6 | 152 | 0 | 137 | 22 | 61 | 467 | 133 | 32 |
| Binary | 10000001 | 110 | 1101010 | 0 | 1011111 | 10010 | 110001 | 100110111 | 1011011 | 11010 |
Color Harmonies of #81066A
Complementary color
Monochromatic Colors of #81066A
Black with #81066A
Text Example
Text Example
White with #81066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81066A; }
p { color: rgb(129,6,106); }
H1.HeaderClassName
{
color: #81066A;
}
.AnyTagClassName
{
color: #81066A;
}
</style>
background-color css
<style>
a { background-color: #81066A; }
a { background-color: rgb(129,6,106); }
div.DivClassName
{
background-color: #81066A;
}
.BgClassName
{
background-color: #81066A;
}
</style>
border-color css
<style>
span { border-color: #81066A; }
span { border-color: rgb(129,6,106); }
td.TdClassName
{
border-color: #81066A;
}
.TagClassName
{
border-color: #81066A;
}
</style>