Shades of Dark Purple #81326C
Tints of Dark Purple #81326C
RGB
CMYK
RGB Variations
Color information
#81326C (or 0x81326C) is known color: Dark Purple. HEX triplet: 81, 32 and 6C. RGB value is (129,50,108). Sum of RGB (Red+Green+Blue) = 129+50+108=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81326C is #7ECD93. Grayscale: #505050. Windows color (decimal): -8310164 or 7090817. OLE color: 7090817.
HSL color Cylindrical-coordinate representation of color #81326C: hue angle of 315.95º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81326C is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 108 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.49 |
| HSL | 315.95º | 0.44% | 0.35% | - |
| HSV(B) | 315.95º | 0.61% | 0.51% | - |
| XYZ | 12.9 | 8.03 | 15.06 | - |
| YUV | 80.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 108 | 0 | 0.61 | 0.16 | 0.49 | 315.95 | 0.44 | 0.35 |
| Hex | 81 | 32 | 6C | 0 | 3D | 10 | 31 | 13C | 2C | 23 |
| Octal | 201 | 62 | 154 | 0 | 75 | 20 | 61 | 474 | 54 | 43 |
| Binary | 10000001 | 110010 | 1101100 | 0 | 111101 | 10000 | 110001 | 100111100 | 101100 | 100011 |
Color Harmonies of #81326C
Complementary color
Monochromatic Colors of #81326C
Black with #81326C
Text Example
Text Example
White with #81326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81326C; }
p { color: rgb(129,50,108); }
H1.HeaderClassName
{
color: #81326C;
}
.AnyTagClassName
{
color: #81326C;
}
</style>
background-color css
<style>
a { background-color: #81326C; }
a { background-color: rgb(129,50,108); }
div.DivClassName
{
background-color: #81326C;
}
.BgClassName
{
background-color: #81326C;
}
</style>
border-color css
<style>
span { border-color: #81326C; }
span { border-color: rgb(129,50,108); }
td.TdClassName
{
border-color: #81326C;
}
.TagClassName
{
border-color: #81326C;
}
</style>