Shades of Dark Purple #81367B
Tints of Dark Purple #81367B
RGB
CMYK
RGB Variations
Color information
#81367B (or 0x81367B) is known color: Dark Purple. HEX triplet: 81, 36 and 7B. RGB value is (129,54,123). Sum of RGB (Red+Green+Blue) = 129+54+123=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81367B is #7EC984. Grayscale: #545454. Windows color (decimal): -8309125 or 8074881. OLE color: 8074881.
HSL color Cylindrical-coordinate representation of color #81367B: hue angle of 304.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81367B is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 123 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.49 |
| HSL | 304.8º | 0.41% | 0.36% | - |
| HSV(B) | 304.8º | 0.58% | 0.51% | - |
| XYZ | 13.95 | 8.74 | 19.69 | - |
| YUV | 84.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 123 | 0 | 0.58 | 0.05 | 0.49 | 304.8 | 0.41 | 0.36 |
| Hex | 81 | 36 | 7B | 0 | 3A | 5 | 31 | 131 | 29 | 24 |
| Octal | 201 | 66 | 173 | 0 | 72 | 5 | 61 | 461 | 51 | 44 |
| Binary | 10000001 | 110110 | 1111011 | 0 | 111010 | 101 | 110001 | 100110001 | 101001 | 100100 |
Color Harmonies of #81367B
Complementary color
Monochromatic Colors of #81367B
Black with #81367B
Text Example
Text Example
White with #81367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81367B; }
p { color: rgb(129,54,123); }
H1.HeaderClassName
{
color: #81367B;
}
.AnyTagClassName
{
color: #81367B;
}
</style>
background-color css
<style>
a { background-color: #81367B; }
a { background-color: rgb(129,54,123); }
div.DivClassName
{
background-color: #81367B;
}
.BgClassName
{
background-color: #81367B;
}
</style>
border-color css
<style>
span { border-color: #81367B; }
span { border-color: rgb(129,54,123); }
td.TdClassName
{
border-color: #81367B;
}
.TagClassName
{
border-color: #81367B;
}
</style>