Shades of Purple #810474
Tints of Purple #810474
RGB
CMYK
RGB Variations
Color information
#810474 (or 0x810474) is known color: Purple. HEX triplet: 81, 04 and 74. RGB value is (129,4,116). Sum of RGB (Red+Green+Blue) = 129+4+116=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #810474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810474 is #7EFB8B. Grayscale: #353535. Windows color (decimal): -8321932 or 7603329. OLE color: 7603329.
HSL color Cylindrical-coordinate representation of color #810474: hue angle of 306.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810474 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 116 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.49 |
| HSL | 306.24º | 0.94% | 0.26% | - |
| HSV(B) | 306.24º | 0.97% | 0.51% | - |
| XYZ | 12.25 | 6.01 | 17.04 | - |
| YUV | 54.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 116 | 0 | 0.97 | 0.10 | 0.49 | 306.24 | 0.94 | 0.26 |
| Hex | 81 | 4 | 74 | 0 | 61 | A | 31 | 132 | 5E | 1A |
| Octal | 201 | 4 | 164 | 0 | 141 | 12 | 61 | 462 | 136 | 32 |
| Binary | 10000001 | 100 | 1110100 | 0 | 1100001 | 1010 | 110001 | 100110010 | 1011110 | 11010 |
Color Harmonies of #810474
Complementary color
Monochromatic Colors of #810474
Black with #810474
Text Example
Text Example
White with #810474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810474; }
p { color: rgb(129,4,116); }
H1.HeaderClassName
{
color: #810474;
}
.AnyTagClassName
{
color: #810474;
}
</style>
background-color css
<style>
a { background-color: #810474; }
a { background-color: rgb(129,4,116); }
div.DivClassName
{
background-color: #810474;
}
.BgClassName
{
background-color: #810474;
}
</style>
border-color css
<style>
span { border-color: #810474; }
span { border-color: rgb(129,4,116); }
td.TdClassName
{
border-color: #810474;
}
.TagClassName
{
border-color: #810474;
}
</style>