Shades of Purple #81067A
Tints of Purple #81067A
RGB
CMYK
RGB Variations
Color information
#81067A (or 0x81067A) is known color: Purple. HEX triplet: 81, 06 and 7A. RGB value is (129,6,122). Sum of RGB (Red+Green+Blue) = 129+6+122=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81067A is #7EF985. Grayscale: #373737. Windows color (decimal): -8321414 or 7997057. OLE color: 7997057.
HSL color Cylindrical-coordinate representation of color #81067A: hue angle of 303.41º 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 #81067A is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 122 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.49 |
| HSL | 303.41º | 0.91% | 0.26% | - |
| HSV(B) | 303.41º | 0.95% | 0.51% | - |
| XYZ | 12.63 | 6.2 | 18.94 | - |
| YUV | 56 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 122 | 0 | 0.95 | 0.05 | 0.49 | 303.41 | 0.91 | 0.26 |
| Hex | 81 | 6 | 7A | 0 | 5F | 5 | 31 | 12F | 5B | 1A |
| Octal | 201 | 6 | 172 | 0 | 137 | 5 | 61 | 457 | 133 | 32 |
| Binary | 10000001 | 110 | 1111010 | 0 | 1011111 | 101 | 110001 | 100101111 | 1011011 | 11010 |
Color Harmonies of #81067A
Complementary color
Monochromatic Colors of #81067A
Black with #81067A
Text Example
Text Example
White with #81067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81067A; }
p { color: rgb(129,6,122); }
H1.HeaderClassName
{
color: #81067A;
}
.AnyTagClassName
{
color: #81067A;
}
</style>
background-color css
<style>
a { background-color: #81067A; }
a { background-color: rgb(129,6,122); }
div.DivClassName
{
background-color: #81067A;
}
.BgClassName
{
background-color: #81067A;
}
</style>
border-color css
<style>
span { border-color: #81067A; }
span { border-color: rgb(129,6,122); }
td.TdClassName
{
border-color: #81067A;
}
.TagClassName
{
border-color: #81067A;
}
</style>