Shades of Dark Purple #81207B
Tints of Dark Purple #81207B
RGB
CMYK
RGB Variations
Color information
#81207B (or 0x81207B) is known color: Dark Purple. HEX triplet: 81, 20 and 7B. RGB value is (129,32,123). Sum of RGB (Red+Green+Blue) = 129+32+123=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #81207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81207B is #7EDF84. Grayscale: #474747. Windows color (decimal): -8314757 or 8069249. OLE color: 8069249.
HSL color Cylindrical-coordinate representation of color #81207B: hue angle of 303.71º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81207B is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 123 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.49 |
| HSL | 303.71º | 0.6% | 0.32% | - |
| HSV(B) | 303.71º | 0.75% | 0.51% | - |
| XYZ | 13.14 | 7.13 | 19.42 | - |
| YUV | 71.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 123 | 0 | 0.75 | 0.05 | 0.49 | 303.71 | 0.6 | 0.32 |
| Hex | 81 | 20 | 7B | 0 | 4B | 5 | 31 | 130 | 3C | 20 |
| Octal | 201 | 40 | 173 | 0 | 113 | 5 | 61 | 460 | 74 | 40 |
| Binary | 10000001 | 100000 | 1111011 | 0 | 1001011 | 101 | 110001 | 100110000 | 111100 | 100000 |
Color Harmonies of #81207B
Complementary color
Monochromatic Colors of #81207B
Black with #81207B
Text Example
Text Example
White with #81207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81207B; }
p { color: rgb(129,32,123); }
H1.HeaderClassName
{
color: #81207B;
}
.AnyTagClassName
{
color: #81207B;
}
</style>
background-color css
<style>
a { background-color: #81207B; }
a { background-color: rgb(129,32,123); }
div.DivClassName
{
background-color: #81207B;
}
.BgClassName
{
background-color: #81207B;
}
</style>
border-color css
<style>
span { border-color: #81207B; }
span { border-color: rgb(129,32,123); }
td.TdClassName
{
border-color: #81207B;
}
.TagClassName
{
border-color: #81207B;
}
</style>