Shades of Dark Purple #81376E
Tints of Dark Purple #81376E
RGB
CMYK
RGB Variations
Color information
#81376E (or 0x81376E) is known color: Dark Purple. HEX triplet: 81, 37 and 6E. RGB value is (129,55,110). Sum of RGB (Red+Green+Blue) = 129+55+110=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81376E is #7EC891. Grayscale: #535353. Windows color (decimal): -8308882 or 7223169. OLE color: 7223169.
HSL color Cylindrical-coordinate representation of color #81376E: hue angle of 315.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81376E is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 55 | 110 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.49 |
| HSL | 315.41º | 0.4% | 0.36% | - |
| HSV(B) | 315.41º | 0.57% | 0.51% | - |
| XYZ | 13.23 | 8.53 | 15.7 | - |
| YUV | 83.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 110 | 0 | 0.57 | 0.15 | 0.49 | 315.41 | 0.4 | 0.36 |
| Hex | 81 | 37 | 6E | 0 | 39 | F | 31 | 13B | 28 | 24 |
| Octal | 201 | 67 | 156 | 0 | 71 | 17 | 61 | 473 | 50 | 44 |
| Binary | 10000001 | 110111 | 1101110 | 0 | 111001 | 1111 | 110001 | 100111011 | 101000 | 100100 |
Color Harmonies of #81376E
Complementary color
Monochromatic Colors of #81376E
Black with #81376E
Text Example
Text Example
White with #81376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81376E; }
p { color: rgb(129,55,110); }
H1.HeaderClassName
{
color: #81376E;
}
.AnyTagClassName
{
color: #81376E;
}
</style>
background-color css
<style>
a { background-color: #81376E; }
a { background-color: rgb(129,55,110); }
div.DivClassName
{
background-color: #81376E;
}
.BgClassName
{
background-color: #81376E;
}
</style>
border-color css
<style>
span { border-color: #81376E; }
span { border-color: rgb(129,55,110); }
td.TdClassName
{
border-color: #81376E;
}
.TagClassName
{
border-color: #81376E;
}
</style>