Shades of Purple #810F7C
Tints of Purple #810F7C
RGB
CMYK
RGB Variations
Color information
#810F7C (or 0x810F7C) is known color: Purple. HEX triplet: 81, 0F and 7C. RGB value is (129,15,124). Sum of RGB (Red+Green+Blue) = 129+15+124=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #810F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F7C is #7EF083. Grayscale: #3D3D3D. Windows color (decimal): -8319108 or 8130433. OLE color: 8130433.
HSL color Cylindrical-coordinate representation of color #810F7C: hue angle of 302.63º 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 #810F7C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 124 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.49 |
| HSL | 302.63º | 0.79% | 0.28% | - |
| HSV(B) | 302.63º | 0.88% | 0.51% | - |
| XYZ | 12.86 | 6.46 | 19.64 | - |
| YUV | 61.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 124 | 0 | 0.88 | 0.04 | 0.49 | 302.63 | 0.79 | 0.28 |
| Hex | 81 | F | 7C | 0 | 58 | 4 | 31 | 12F | 4F | 1C |
| Octal | 201 | 17 | 174 | 0 | 130 | 4 | 61 | 457 | 117 | 34 |
| Binary | 10000001 | 1111 | 1111100 | 0 | 1011000 | 100 | 110001 | 100101111 | 1001111 | 11100 |
Color Harmonies of #810F7C
Complementary color
Monochromatic Colors of #810F7C
Black with #810F7C
Text Example
Text Example
White with #810F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F7C; }
p { color: rgb(129,15,124); }
H1.HeaderClassName
{
color: #810F7C;
}
.AnyTagClassName
{
color: #810F7C;
}
</style>
background-color css
<style>
a { background-color: #810F7C; }
a { background-color: rgb(129,15,124); }
div.DivClassName
{
background-color: #810F7C;
}
.BgClassName
{
background-color: #810F7C;
}
</style>
border-color css
<style>
span { border-color: #810F7C; }
span { border-color: rgb(129,15,124); }
td.TdClassName
{
border-color: #810F7C;
}
.TagClassName
{
border-color: #810F7C;
}
</style>