Shades of Dark Purple #81337B
Tints of Dark Purple #81337B
RGB
CMYK
RGB Variations
Color information
#81337B (or 0x81337B) is known color: Dark Purple. HEX triplet: 81, 33 and 7B. RGB value is (129,51,123). Sum of RGB (Red+Green+Blue) = 129+51+123=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81337B is #7ECC84. Grayscale: #525252. Windows color (decimal): -8309893 or 8074113. OLE color: 8074113.
HSL color Cylindrical-coordinate representation of color #81337B: hue angle of 304.62º 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 #81337B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 123 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.49 |
| HSL | 304.62º | 0.43% | 0.35% | - |
| HSV(B) | 304.62º | 0.6% | 0.51% | - |
| XYZ | 13.81 | 8.46 | 19.64 | - |
| YUV | 82.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 123 | 0 | 0.60 | 0.05 | 0.49 | 304.62 | 0.43 | 0.35 |
| Hex | 81 | 33 | 7B | 0 | 3C | 5 | 31 | 131 | 2B | 23 |
| Octal | 201 | 63 | 173 | 0 | 74 | 5 | 61 | 461 | 53 | 43 |
| Binary | 10000001 | 110011 | 1111011 | 0 | 111100 | 101 | 110001 | 100110001 | 101011 | 100011 |
Color Harmonies of #81337B
Complementary color
Monochromatic Colors of #81337B
Black with #81337B
Text Example
Text Example
White with #81337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81337B; }
p { color: rgb(129,51,123); }
H1.HeaderClassName
{
color: #81337B;
}
.AnyTagClassName
{
color: #81337B;
}
</style>
background-color css
<style>
a { background-color: #81337B; }
a { background-color: rgb(129,51,123); }
div.DivClassName
{
background-color: #81337B;
}
.BgClassName
{
background-color: #81337B;
}
</style>
border-color css
<style>
span { border-color: #81337B; }
span { border-color: rgb(129,51,123); }
td.TdClassName
{
border-color: #81337B;
}
.TagClassName
{
border-color: #81337B;
}
</style>