Shades of Dark Purple #81266A
Tints of Dark Purple #81266A
RGB
CMYK
RGB Variations
Color information
#81266A (or 0x81266A) is known color: Dark Purple. HEX triplet: 81, 26 and 6A. RGB value is (129,38,106). Sum of RGB (Red+Green+Blue) = 129+38+106=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81266A is #7ED995. Grayscale: #484848. Windows color (decimal): -8313238 or 6956673. OLE color: 6956673.
HSL color Cylindrical-coordinate representation of color #81266A: hue angle of 315.16º 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 #81266A is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 106 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.49 |
| HSL | 315.16º | 0.54% | 0.33% | - |
| HSV(B) | 315.16º | 0.71% | 0.51% | - |
| XYZ | 12.35 | 7.09 | 14.35 | - |
| YUV | 72.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 106 | 0 | 0.71 | 0.18 | 0.49 | 315.16 | 0.54 | 0.33 |
| Hex | 81 | 26 | 6A | 0 | 47 | 12 | 31 | 13B | 36 | 21 |
| Octal | 201 | 46 | 152 | 0 | 107 | 22 | 61 | 473 | 66 | 41 |
| Binary | 10000001 | 100110 | 1101010 | 0 | 1000111 | 10010 | 110001 | 100111011 | 110110 | 100001 |
Color Harmonies of #81266A
Complementary color
Monochromatic Colors of #81266A
Black with #81266A
Text Example
Text Example
White with #81266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81266A; }
p { color: rgb(129,38,106); }
H1.HeaderClassName
{
color: #81266A;
}
.AnyTagClassName
{
color: #81266A;
}
</style>
background-color css
<style>
a { background-color: #81266A; }
a { background-color: rgb(129,38,106); }
div.DivClassName
{
background-color: #81266A;
}
.BgClassName
{
background-color: #81266A;
}
</style>
border-color css
<style>
span { border-color: #81266A; }
span { border-color: rgb(129,38,106); }
td.TdClassName
{
border-color: #81266A;
}
.TagClassName
{
border-color: #81266A;
}
</style>