Shades of Purple #81066C
Tints of Purple #81066C
RGB
CMYK
RGB Variations
Color information
#81066C (or 0x81066C) is known color: Purple. HEX triplet: 81, 06 and 6C. RGB value is (129,6,108). Sum of RGB (Red+Green+Blue) = 129+6+108=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066C is #7EF993. Grayscale: #363636. Windows color (decimal): -8321428 or 7079553. OLE color: 7079553.
HSL color Cylindrical-coordinate representation of color #81066C: hue angle of 310.24º 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 #81066C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.49 |
| HSL | 310.24º | 0.91% | 0.26% | - |
| HSV(B) | 310.24º | 0.95% | 0.51% | - |
| XYZ | 11.83 | 5.88 | 14.7 | - |
| YUV | 54.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 108 | 0 | 0.95 | 0.16 | 0.49 | 310.24 | 0.91 | 0.26 |
| Hex | 81 | 6 | 6C | 0 | 5F | 10 | 31 | 136 | 5B | 1A |
| Octal | 201 | 6 | 154 | 0 | 137 | 20 | 61 | 466 | 133 | 32 |
| Binary | 10000001 | 110 | 1101100 | 0 | 1011111 | 10000 | 110001 | 100110110 | 1011011 | 11010 |
Color Harmonies of #81066C
Complementary color
Monochromatic Colors of #81066C
Black with #81066C
Text Example
Text Example
White with #81066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81066C; }
p { color: rgb(129,6,108); }
H1.HeaderClassName
{
color: #81066C;
}
.AnyTagClassName
{
color: #81066C;
}
</style>
background-color css
<style>
a { background-color: #81066C; }
a { background-color: rgb(129,6,108); }
div.DivClassName
{
background-color: #81066C;
}
.BgClassName
{
background-color: #81066C;
}
</style>
border-color css
<style>
span { border-color: #81066C; }
span { border-color: rgb(129,6,108); }
td.TdClassName
{
border-color: #81066C;
}
.TagClassName
{
border-color: #81066C;
}
</style>