Shades of Dark Purple #81347A
Tints of Dark Purple #81347A
RGB
CMYK
RGB Variations
Color information
#81347A (or 0x81347A) is known color: Dark Purple. HEX triplet: 81, 34 and 7A. RGB value is (129,52,122). Sum of RGB (Red+Green+Blue) = 129+52+122=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81347A is #7ECB85. Grayscale: #525252. Windows color (decimal): -8309638 or 8008833. OLE color: 8008833.
HSL color Cylindrical-coordinate representation of color #81347A: hue angle of 305.45º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81347A is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 122 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.49 |
| HSL | 305.45º | 0.43% | 0.35% | - |
| HSV(B) | 305.45º | 0.6% | 0.51% | - |
| XYZ | 13.79 | 8.53 | 19.33 | - |
| YUV | 83 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 122 | 0 | 0.60 | 0.05 | 0.49 | 305.45 | 0.43 | 0.35 |
| Hex | 81 | 34 | 7A | 0 | 3C | 5 | 31 | 131 | 2B | 23 |
| Octal | 201 | 64 | 172 | 0 | 74 | 5 | 61 | 461 | 53 | 43 |
| Binary | 10000001 | 110100 | 1111010 | 0 | 111100 | 101 | 110001 | 100110001 | 101011 | 100011 |
Color Harmonies of #81347A
Complementary color
Monochromatic Colors of #81347A
Black with #81347A
Text Example
Text Example
White with #81347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81347A; }
p { color: rgb(129,52,122); }
H1.HeaderClassName
{
color: #81347A;
}
.AnyTagClassName
{
color: #81347A;
}
</style>
background-color css
<style>
a { background-color: #81347A; }
a { background-color: rgb(129,52,122); }
div.DivClassName
{
background-color: #81347A;
}
.BgClassName
{
background-color: #81347A;
}
</style>
border-color css
<style>
span { border-color: #81347A; }
span { border-color: rgb(129,52,122); }
td.TdClassName
{
border-color: #81347A;
}
.TagClassName
{
border-color: #81347A;
}
</style>