Shades of Dark Purple #812F7B
Tints of Dark Purple #812F7B
RGB
CMYK
RGB Variations
Color information
#812F7B (or 0x812F7B) is known color: Dark Purple. HEX triplet: 81, 2F and 7B. RGB value is (129,47,123). Sum of RGB (Red+Green+Blue) = 129+47+123=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #812F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F7B is #7ED084. Grayscale: #4F4F4F. Windows color (decimal): -8310917 or 8073089. OLE color: 8073089.
HSL color Cylindrical-coordinate representation of color #812F7B: hue angle of 304.39º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F7B is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 47 | 123 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.49 |
| HSL | 304.39º | 0.47% | 0.35% | - |
| HSV(B) | 304.39º | 0.64% | 0.51% | - |
| XYZ | 13.64 | 8.13 | 19.59 | - |
| YUV | 80.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 123 | 0 | 0.64 | 0.05 | 0.49 | 304.39 | 0.47 | 0.35 |
| Hex | 81 | 2F | 7B | 0 | 40 | 5 | 31 | 130 | 2F | 23 |
| Octal | 201 | 57 | 173 | 0 | 100 | 5 | 61 | 460 | 57 | 43 |
| Binary | 10000001 | 101111 | 1111011 | 0 | 1000000 | 101 | 110001 | 100110000 | 101111 | 100011 |
Color Harmonies of #812F7B
Complementary color
Monochromatic Colors of #812F7B
Black with #812F7B
Text Example
Text Example
White with #812F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F7B; }
p { color: rgb(129,47,123); }
H1.HeaderClassName
{
color: #812F7B;
}
.AnyTagClassName
{
color: #812F7B;
}
</style>
background-color css
<style>
a { background-color: #812F7B; }
a { background-color: rgb(129,47,123); }
div.DivClassName
{
background-color: #812F7B;
}
.BgClassName
{
background-color: #812F7B;
}
</style>
border-color css
<style>
span { border-color: #812F7B; }
span { border-color: rgb(129,47,123); }
td.TdClassName
{
border-color: #812F7B;
}
.TagClassName
{
border-color: #812F7B;
}
</style>