Shades of Purple #810F7D
Tints of Purple #810F7D
RGB
CMYK
RGB Variations
Color information
#810F7D (or 0x810F7D) is known color: Purple. HEX triplet: 81, 0F and 7D. RGB value is (129,15,125). Sum of RGB (Red+Green+Blue) = 129+15+125=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #810F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F7D is #7EF082. Grayscale: #3D3D3D. Windows color (decimal): -8319107 or 8195969. OLE color: 8195969.
HSL color Cylindrical-coordinate representation of color #810F7D: hue angle of 302.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F7D is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 125 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.49 |
| HSL | 302.11º | 0.79% | 0.28% | - |
| HSV(B) | 302.11º | 0.88% | 0.51% | - |
| XYZ | 12.93 | 6.49 | 19.97 | - |
| YUV | 61.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 125 | 0 | 0.88 | 0.03 | 0.49 | 302.11 | 0.79 | 0.28 |
| Hex | 81 | F | 7D | 0 | 58 | 3 | 31 | 12E | 4F | 1C |
| Octal | 201 | 17 | 175 | 0 | 130 | 3 | 61 | 456 | 117 | 34 |
| Binary | 10000001 | 1111 | 1111101 | 0 | 1011000 | 11 | 110001 | 100101110 | 1001111 | 11100 |
Color Harmonies of #810F7D
Complementary color
Monochromatic Colors of #810F7D
Black with #810F7D
Text Example
Text Example
White with #810F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F7D; }
p { color: rgb(129,15,125); }
H1.HeaderClassName
{
color: #810F7D;
}
.AnyTagClassName
{
color: #810F7D;
}
</style>
background-color css
<style>
a { background-color: #810F7D; }
a { background-color: rgb(129,15,125); }
div.DivClassName
{
background-color: #810F7D;
}
.BgClassName
{
background-color: #810F7D;
}
</style>
border-color css
<style>
span { border-color: #810F7D; }
span { border-color: rgb(129,15,125); }
td.TdClassName
{
border-color: #810F7D;
}
.TagClassName
{
border-color: #810F7D;
}
</style>