Shades of Purple #810B7C
Tints of Purple #810B7C
RGB
CMYK
RGB Variations
Color information
#810B7C (or 0x810B7C) is known color: Purple. HEX triplet: 81, 0B and 7C. RGB value is (129,11,124). Sum of RGB (Red+Green+Blue) = 129+11+124=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #810B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B7C is #7EF483. Grayscale: #3A3A3A. Windows color (decimal): -8320132 or 8129409. OLE color: 8129409.
HSL color Cylindrical-coordinate representation of color #810B7C: hue angle of 302.54º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B7C is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 124 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.49 |
| HSL | 302.54º | 0.84% | 0.27% | - |
| HSV(B) | 302.54º | 0.91% | 0.51% | - |
| XYZ | 12.81 | 6.36 | 19.62 | - |
| YUV | 59.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 124 | 0 | 0.91 | 0.04 | 0.49 | 302.54 | 0.84 | 0.27 |
| Hex | 81 | B | 7C | 0 | 5B | 4 | 31 | 12F | 54 | 1B |
| Octal | 201 | 13 | 174 | 0 | 133 | 4 | 61 | 457 | 124 | 33 |
| Binary | 10000001 | 1011 | 1111100 | 0 | 1011011 | 100 | 110001 | 100101111 | 1010100 | 11011 |
Color Harmonies of #810B7C
Complementary color
Monochromatic Colors of #810B7C
Black with #810B7C
Text Example
Text Example
White with #810B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B7C; }
p { color: rgb(129,11,124); }
H1.HeaderClassName
{
color: #810B7C;
}
.AnyTagClassName
{
color: #810B7C;
}
</style>
background-color css
<style>
a { background-color: #810B7C; }
a { background-color: rgb(129,11,124); }
div.DivClassName
{
background-color: #810B7C;
}
.BgClassName
{
background-color: #810B7C;
}
</style>
border-color css
<style>
span { border-color: #810B7C; }
span { border-color: rgb(129,11,124); }
td.TdClassName
{
border-color: #810B7C;
}
.TagClassName
{
border-color: #810B7C;
}
</style>