Shades of Dark Purple #81297F
Tints of Dark Purple #81297F
RGB
CMYK
RGB Variations
Color information
#81297F (or 0x81297F) is known color: Dark Purple. HEX triplet: 81, 29 and 7F. RGB value is (129,41,127). Sum of RGB (Red+Green+Blue) = 129+41+127=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #81297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81297F is #7ED680. Grayscale: #4C4C4C. Windows color (decimal): -8312449 or 8333697. OLE color: 8333697.
HSL color Cylindrical-coordinate representation of color #81297F: hue angle of 301.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81297F is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 127 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.49 |
| HSL | 301.36º | 0.52% | 0.33% | - |
| HSV(B) | 301.36º | 0.68% | 0.51% | - |
| XYZ | 13.68 | 7.79 | 20.86 | - |
| YUV | 77.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 127 | 0 | 0.68 | 0.02 | 0.49 | 301.36 | 0.52 | 0.33 |
| Hex | 81 | 29 | 7F | 0 | 44 | 2 | 31 | 12D | 34 | 21 |
| Octal | 201 | 51 | 177 | 0 | 104 | 2 | 61 | 455 | 64 | 41 |
| Binary | 10000001 | 101001 | 1111111 | 0 | 1000100 | 10 | 110001 | 100101101 | 110100 | 100001 |
Color Harmonies of #81297F
Complementary color
Monochromatic Colors of #81297F
Black with #81297F
Text Example
Text Example
White with #81297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81297F; }
p { color: rgb(129,41,127); }
H1.HeaderClassName
{
color: #81297F;
}
.AnyTagClassName
{
color: #81297F;
}
</style>
background-color css
<style>
a { background-color: #81297F; }
a { background-color: rgb(129,41,127); }
div.DivClassName
{
background-color: #81297F;
}
.BgClassName
{
background-color: #81297F;
}
</style>
border-color css
<style>
span { border-color: #81297F; }
span { border-color: rgb(129,41,127); }
td.TdClassName
{
border-color: #81297F;
}
.TagClassName
{
border-color: #81297F;
}
</style>