Shades of Dark Purple #81266E
Tints of Dark Purple #81266E
RGB
CMYK
RGB Variations
Color information
#81266E (or 0x81266E) is known color: Dark Purple. HEX triplet: 81, 26 and 6E. RGB value is (129,38,110). Sum of RGB (Red+Green+Blue) = 129+38+110=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81266E is #7ED991. Grayscale: #494949. Windows color (decimal): -8313234 or 7218817. OLE color: 7218817.
HSL color Cylindrical-coordinate representation of color #81266E: hue angle of 312.53º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81266E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 110 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.49 |
| HSL | 312.53º | 0.54% | 0.33% | - |
| HSV(B) | 312.53º | 0.71% | 0.51% | - |
| XYZ | 12.56 | 7.18 | 15.48 | - |
| YUV | 73.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 110 | 0 | 0.71 | 0.15 | 0.49 | 312.53 | 0.54 | 0.33 |
| Hex | 81 | 26 | 6E | 0 | 47 | F | 31 | 139 | 36 | 21 |
| Octal | 201 | 46 | 156 | 0 | 107 | 17 | 61 | 471 | 66 | 41 |
| Binary | 10000001 | 100110 | 1101110 | 0 | 1000111 | 1111 | 110001 | 100111001 | 110110 | 100001 |
Color Harmonies of #81266E
Complementary color
Monochromatic Colors of #81266E
Black with #81266E
Text Example
Text Example
White with #81266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81266E; }
p { color: rgb(129,38,110); }
H1.HeaderClassName
{
color: #81266E;
}
.AnyTagClassName
{
color: #81266E;
}
</style>
background-color css
<style>
a { background-color: #81266E; }
a { background-color: rgb(129,38,110); }
div.DivClassName
{
background-color: #81266E;
}
.BgClassName
{
background-color: #81266E;
}
</style>
border-color css
<style>
span { border-color: #81266E; }
span { border-color: rgb(129,38,110); }
td.TdClassName
{
border-color: #81266E;
}
.TagClassName
{
border-color: #81266E;
}
</style>