Shades of Purple #81006B
Tints of Purple #81006B
RGB
CMYK
RGB Variations
Color information
#81006B (or 0x81006B) is known color: Purple. HEX triplet: 81, 00 and 6B. RGB value is (129,0,107). Sum of RGB (Red+Green+Blue) = 129+0+107=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #81006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81006B is #7EFF94. Grayscale: #323232. Windows color (decimal): -8322965 or 7012481. OLE color: 7012481.
HSL color Cylindrical-coordinate representation of color #81006B: hue angle of 310.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81006B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.17 | 0.49 |
| HSL | 310.23º | 1% | 0.25% | - |
| HSV(B) | 310.23º | 1% | 0.51% | - |
| XYZ | 11.71 | 5.73 | 14.4 | - |
| YUV | 50.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 107 | 0 | 1 | 0.17 | 0.49 | 310.23 | 1 | 0.25 |
| Hex | 81 | 0 | 6B | 0 | 64 | 11 | 31 | 136 | 64 | 19 |
| Octal | 201 | 0 | 153 | 0 | 144 | 21 | 61 | 466 | 144 | 31 |
| Binary | 10000001 | 0 | 1101011 | 0 | 1100100 | 10001 | 110001 | 100110110 | 1100100 | 11001 |
Color Harmonies of #81006B
Complementary color
Monochromatic Colors of #81006B
Black with #81006B
Text Example
Text Example
White with #81006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81006B; }
p { color: rgb(129,0,107); }
H1.HeaderClassName
{
color: #81006B;
}
.AnyTagClassName
{
color: #81006B;
}
</style>
background-color css
<style>
a { background-color: #81006B; }
a { background-color: rgb(129,0,107); }
div.DivClassName
{
background-color: #81006B;
}
.BgClassName
{
background-color: #81006B;
}
</style>
border-color css
<style>
span { border-color: #81006B; }
span { border-color: rgb(129,0,107); }
td.TdClassName
{
border-color: #81006B;
}
.TagClassName
{
border-color: #81006B;
}
</style>