Shades of Dark Purple #81266B
Tints of Dark Purple #81266B
RGB
CMYK
RGB Variations
Color information
#81266B (or 0x81266B) is known color: Dark Purple. HEX triplet: 81, 26 and 6B. RGB value is (129,38,107). Sum of RGB (Red+Green+Blue) = 129+38+107=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81266B is #7ED994. Grayscale: #484848. Windows color (decimal): -8313237 or 7022209. OLE color: 7022209.
HSL color Cylindrical-coordinate representation of color #81266B: hue angle of 314.51º 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 #81266B is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 107 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.49 |
| HSL | 314.51º | 0.54% | 0.33% | - |
| HSV(B) | 314.51º | 0.71% | 0.51% | - |
| XYZ | 12.4 | 7.11 | 14.63 | - |
| YUV | 73.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 107 | 0 | 0.71 | 0.17 | 0.49 | 314.51 | 0.54 | 0.33 |
| Hex | 81 | 26 | 6B | 0 | 47 | 11 | 31 | 13B | 36 | 21 |
| Octal | 201 | 46 | 153 | 0 | 107 | 21 | 61 | 473 | 66 | 41 |
| Binary | 10000001 | 100110 | 1101011 | 0 | 1000111 | 10001 | 110001 | 100111011 | 110110 | 100001 |
Color Harmonies of #81266B
Complementary color
Monochromatic Colors of #81266B
Black with #81266B
Text Example
Text Example
White with #81266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81266B; }
p { color: rgb(129,38,107); }
H1.HeaderClassName
{
color: #81266B;
}
.AnyTagClassName
{
color: #81266B;
}
</style>
background-color css
<style>
a { background-color: #81266B; }
a { background-color: rgb(129,38,107); }
div.DivClassName
{
background-color: #81266B;
}
.BgClassName
{
background-color: #81266B;
}
</style>
border-color css
<style>
span { border-color: #81266B; }
span { border-color: rgb(129,38,107); }
td.TdClassName
{
border-color: #81266B;
}
.TagClassName
{
border-color: #81266B;
}
</style>