Shades of Purple #810074
Tints of Purple #810074
RGB
CMYK
RGB Variations
Color information
#810074 (or 0x810074) is known color: Purple. HEX triplet: 81, 00 and 74. RGB value is (129,0,116). Sum of RGB (Red+Green+Blue) = 129+0+116=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #810074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810074 is #7EFF8B. Grayscale: #333333. Windows color (decimal): -8322956 or 7602305. OLE color: 7602305.
HSL color Cylindrical-coordinate representation of color #810074: hue angle of 306.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810074 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.10 | 0.49 |
| HSL | 306.05º | 1% | 0.25% | - |
| HSV(B) | 306.05º | 1% | 0.51% | - |
| XYZ | 12.21 | 5.93 | 17.02 | - |
| YUV | 51.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 116 | 0 | 1 | 0.10 | 0.49 | 306.05 | 1 | 0.25 |
| Hex | 81 | 0 | 74 | 0 | 64 | A | 31 | 132 | 64 | 19 |
| Octal | 201 | 0 | 164 | 0 | 144 | 12 | 61 | 462 | 144 | 31 |
| Binary | 10000001 | 0 | 1110100 | 0 | 1100100 | 1010 | 110001 | 100110010 | 1100100 | 11001 |
Color Harmonies of #810074
Complementary color
Monochromatic Colors of #810074
Black with #810074
Text Example
Text Example
White with #810074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810074; }
p { color: rgb(129,0,116); }
H1.HeaderClassName
{
color: #810074;
}
.AnyTagClassName
{
color: #810074;
}
</style>
background-color css
<style>
a { background-color: #810074; }
a { background-color: rgb(129,0,116); }
div.DivClassName
{
background-color: #810074;
}
.BgClassName
{
background-color: #810074;
}
</style>
border-color css
<style>
span { border-color: #810074; }
span { border-color: rgb(129,0,116); }
td.TdClassName
{
border-color: #810074;
}
.TagClassName
{
border-color: #810074;
}
</style>