Shades of Dark Purple #812B7B
Tints of Dark Purple #812B7B
RGB
CMYK
RGB Variations
Color information
#812B7B (or 0x812B7B) is known color: Dark Purple. HEX triplet: 81, 2B and 7B. RGB value is (129,43,123). Sum of RGB (Red+Green+Blue) = 129+43+123=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #812B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812B7B is #7ED484. Grayscale: #4D4D4D. Windows color (decimal): -8311941 or 8072065. OLE color: 8072065.
HSL color Cylindrical-coordinate representation of color #812B7B: hue angle of 304.19º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812B7B is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 123 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.49 |
| HSL | 304.19º | 0.5% | 0.34% | - |
| HSV(B) | 304.19º | 0.67% | 0.51% | - |
| XYZ | 13.49 | 7.82 | 19.54 | - |
| YUV | 77.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 123 | 0 | 0.67 | 0.05 | 0.49 | 304.19 | 0.5 | 0.34 |
| Hex | 81 | 2B | 7B | 0 | 43 | 5 | 31 | 130 | 32 | 22 |
| Octal | 201 | 53 | 173 | 0 | 103 | 5 | 61 | 460 | 62 | 42 |
| Binary | 10000001 | 101011 | 1111011 | 0 | 1000011 | 101 | 110001 | 100110000 | 110010 | 100010 |
Color Harmonies of #812B7B
Complementary color
Monochromatic Colors of #812B7B
Black with #812B7B
Text Example
Text Example
White with #812B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B7B; }
p { color: rgb(129,43,123); }
H1.HeaderClassName
{
color: #812B7B;
}
.AnyTagClassName
{
color: #812B7B;
}
</style>
background-color css
<style>
a { background-color: #812B7B; }
a { background-color: rgb(129,43,123); }
div.DivClassName
{
background-color: #812B7B;
}
.BgClassName
{
background-color: #812B7B;
}
</style>
border-color css
<style>
span { border-color: #812B7B; }
span { border-color: rgb(129,43,123); }
td.TdClassName
{
border-color: #812B7B;
}
.TagClassName
{
border-color: #812B7B;
}
</style>