Shades of Dark Purple #812682
Tints of Dark Purple #812682
RGB
CMYK
RGB Variations
Color information
#812682 (or 0x812682) is known color: Dark Purple. HEX triplet: 81, 26 and 82. RGB value is (129,38,130). Sum of RGB (Red+Green+Blue) = 129+38+130=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #812682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812682 is #7ED97D. Grayscale: #4B4B4B. Windows color (decimal): -8313214 or 8529537. OLE color: 8529537.
HSL color Cylindrical-coordinate representation of color #812682: hue angle of 299.35º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812682 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 130 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.49 |
| HSL | 299.35º | 0.55% | 0.33% | - |
| HSV(B) | 299.35º | 0.71% | 0.51% | - |
| XYZ | 13.78 | 7.67 | 21.87 | - |
| YUV | 75.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 130 | 0.01 | 0.71 | 0 | 0.49 | 299.35 | 0.55 | 0.33 |
| Hex | 81 | 26 | 82 | 1 | 47 | 0 | 31 | 12B | 37 | 21 |
| Octal | 201 | 46 | 202 | 1 | 107 | 0 | 61 | 453 | 67 | 41 |
| Binary | 10000001 | 100110 | 10000010 | 1 | 1000111 | 0 | 110001 | 100101011 | 110111 | 100001 |
Color Harmonies of #812682
Complementary color
Monochromatic Colors of #812682
Black with #812682
Text Example
Text Example
White with #812682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812682; }
p { color: rgb(129,38,130); }
H1.HeaderClassName
{
color: #812682;
}
.AnyTagClassName
{
color: #812682;
}
</style>
background-color css
<style>
a { background-color: #812682; }
a { background-color: rgb(129,38,130); }
div.DivClassName
{
background-color: #812682;
}
.BgClassName
{
background-color: #812682;
}
</style>
border-color css
<style>
span { border-color: #812682; }
span { border-color: rgb(129,38,130); }
td.TdClassName
{
border-color: #812682;
}
.TagClassName
{
border-color: #812682;
}
</style>