Shades of Purple #81067D
Tints of Purple #81067D
RGB
CMYK
RGB Variations
Color information
#81067D (or 0x81067D) is known color: Purple. HEX triplet: 81, 06 and 7D. RGB value is (129,6,125). Sum of RGB (Red+Green+Blue) = 129+6+125=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81067D is #7EF982. Grayscale: #373737. Windows color (decimal): -8321411 or 8193665. OLE color: 8193665.
HSL color Cylindrical-coordinate representation of color #81067D: hue angle of 301.95º 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 #81067D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 125 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.49 |
| HSL | 301.95º | 0.91% | 0.26% | - |
| HSV(B) | 301.95º | 0.95% | 0.51% | - |
| XYZ | 12.82 | 6.28 | 19.94 | - |
| YUV | 56.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 125 | 0 | 0.95 | 0.03 | 0.49 | 301.95 | 0.91 | 0.26 |
| Hex | 81 | 6 | 7D | 0 | 5F | 3 | 31 | 12E | 5B | 1A |
| Octal | 201 | 6 | 175 | 0 | 137 | 3 | 61 | 456 | 133 | 32 |
| Binary | 10000001 | 110 | 1111101 | 0 | 1011111 | 11 | 110001 | 100101110 | 1011011 | 11010 |
Color Harmonies of #81067D
Complementary color
Monochromatic Colors of #81067D
Black with #81067D
Text Example
Text Example
White with #81067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81067D; }
p { color: rgb(129,6,125); }
H1.HeaderClassName
{
color: #81067D;
}
.AnyTagClassName
{
color: #81067D;
}
</style>
background-color css
<style>
a { background-color: #81067D; }
a { background-color: rgb(129,6,125); }
div.DivClassName
{
background-color: #81067D;
}
.BgClassName
{
background-color: #81067D;
}
</style>
border-color css
<style>
span { border-color: #81067D; }
span { border-color: rgb(129,6,125); }
td.TdClassName
{
border-color: #81067D;
}
.TagClassName
{
border-color: #81067D;
}
</style>