Shades of Dark Purple #81256E
Tints of Dark Purple #81256E
RGB
CMYK
RGB Variations
Color information
#81256E (or 0x81256E) is known color: Dark Purple. HEX triplet: 81, 25 and 6E. RGB value is (129,37,110). Sum of RGB (Red+Green+Blue) = 129+37+110=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81256E is #7EDA91. Grayscale: #484848. Windows color (decimal): -8313490 or 7218561. OLE color: 7218561.
HSL color Cylindrical-coordinate representation of color #81256E: hue angle of 312.39º degrees, saturation: 0.55, 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 #81256E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 110 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.49 |
| HSL | 312.39º | 0.55% | 0.33% | - |
| HSV(B) | 312.39º | 0.71% | 0.51% | - |
| XYZ | 12.53 | 7.12 | 15.47 | - |
| YUV | 72.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 110 | 0 | 0.71 | 0.15 | 0.49 | 312.39 | 0.55 | 0.33 |
| Hex | 81 | 25 | 6E | 0 | 47 | F | 31 | 138 | 37 | 21 |
| Octal | 201 | 45 | 156 | 0 | 107 | 17 | 61 | 470 | 67 | 41 |
| Binary | 10000001 | 100101 | 1101110 | 0 | 1000111 | 1111 | 110001 | 100111000 | 110111 | 100001 |
Color Harmonies of #81256E
Complementary color
Monochromatic Colors of #81256E
Black with #81256E
Text Example
Text Example
White with #81256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81256E; }
p { color: rgb(129,37,110); }
H1.HeaderClassName
{
color: #81256E;
}
.AnyTagClassName
{
color: #81256E;
}
</style>
background-color css
<style>
a { background-color: #81256E; }
a { background-color: rgb(129,37,110); }
div.DivClassName
{
background-color: #81256E;
}
.BgClassName
{
background-color: #81256E;
}
</style>
border-color css
<style>
span { border-color: #81256E; }
span { border-color: rgb(129,37,110); }
td.TdClassName
{
border-color: #81256E;
}
.TagClassName
{
border-color: #81256E;
}
</style>