Shades of Dark Purple #81317A
Tints of Dark Purple #81317A
RGB
CMYK
RGB Variations
Color information
#81317A (or 0x81317A) is known color: Dark Purple. HEX triplet: 81, 31 and 7A. RGB value is (129,49,122). Sum of RGB (Red+Green+Blue) = 129+49+122=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #81317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81317A is #7ECE85. Grayscale: #515151. Windows color (decimal): -8310406 or 8008065. OLE color: 8008065.
HSL color Cylindrical-coordinate representation of color #81317A: hue angle of 305.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81317A is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 122 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.49 |
| HSL | 305.25º | 0.45% | 0.35% | - |
| HSV(B) | 305.25º | 0.62% | 0.51% | - |
| XYZ | 13.66 | 8.27 | 19.29 | - |
| YUV | 81.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 122 | 0 | 0.62 | 0.05 | 0.49 | 305.25 | 0.45 | 0.35 |
| Hex | 81 | 31 | 7A | 0 | 3E | 5 | 31 | 131 | 2D | 23 |
| Octal | 201 | 61 | 172 | 0 | 76 | 5 | 61 | 461 | 55 | 43 |
| Binary | 10000001 | 110001 | 1111010 | 0 | 111110 | 101 | 110001 | 100110001 | 101101 | 100011 |
Color Harmonies of #81317A
Complementary color
Monochromatic Colors of #81317A
Black with #81317A
Text Example
Text Example
White with #81317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81317A; }
p { color: rgb(129,49,122); }
H1.HeaderClassName
{
color: #81317A;
}
.AnyTagClassName
{
color: #81317A;
}
</style>
background-color css
<style>
a { background-color: #81317A; }
a { background-color: rgb(129,49,122); }
div.DivClassName
{
background-color: #81317A;
}
.BgClassName
{
background-color: #81317A;
}
</style>
border-color css
<style>
span { border-color: #81317A; }
span { border-color: rgb(129,49,122); }
td.TdClassName
{
border-color: #81317A;
}
.TagClassName
{
border-color: #81317A;
}
</style>