Shades of Purple #81067E
Tints of Purple #81067E
RGB
CMYK
RGB Variations
Color information
#81067E (or 0x81067E) is known color: Purple. HEX triplet: 81, 06 and 7E. RGB value is (129,6,126). Sum of RGB (Red+Green+Blue) = 129+6+126=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81067E is #7EF981. Grayscale: #383838. Windows color (decimal): -8321410 or 8259201. OLE color: 8259201.
HSL color Cylindrical-coordinate representation of color #81067E: hue angle of 301.46º 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 #81067E is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 126 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.49 |
| HSL | 301.46º | 0.91% | 0.26% | - |
| HSV(B) | 301.46º | 0.95% | 0.51% | - |
| XYZ | 12.88 | 6.3 | 20.28 | - |
| YUV | 56.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 126 | 0 | 0.95 | 0.02 | 0.49 | 301.46 | 0.91 | 0.26 |
| Hex | 81 | 6 | 7E | 0 | 5F | 2 | 31 | 12D | 5B | 1A |
| Octal | 201 | 6 | 176 | 0 | 137 | 2 | 61 | 455 | 133 | 32 |
| Binary | 10000001 | 110 | 1111110 | 0 | 1011111 | 10 | 110001 | 100101101 | 1011011 | 11010 |
Color Harmonies of #81067E
Complementary color
Monochromatic Colors of #81067E
Black with #81067E
Text Example
Text Example
White with #81067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81067E; }
p { color: rgb(129,6,126); }
H1.HeaderClassName
{
color: #81067E;
}
.AnyTagClassName
{
color: #81067E;
}
</style>
background-color css
<style>
a { background-color: #81067E; }
a { background-color: rgb(129,6,126); }
div.DivClassName
{
background-color: #81067E;
}
.BgClassName
{
background-color: #81067E;
}
</style>
border-color css
<style>
span { border-color: #81067E; }
span { border-color: rgb(129,6,126); }
td.TdClassName
{
border-color: #81067E;
}
.TagClassName
{
border-color: #81067E;
}
</style>