Shades of Purple #80036F
Tints of Purple #80036F
RGB
CMYK
RGB Variations
Color information
#80036F (or 0x80036F) is known color: Purple. HEX triplet: 80, 03 and 6F. RGB value is (128,3,111). Sum of RGB (Red+Green+Blue) = 128+3+111=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80036F is #7FFC90. Grayscale: #343434. Windows color (decimal): -8387729 or 7275392. OLE color: 7275392.
HSL color Cylindrical-coordinate representation of color #80036F: hue angle of 308.16º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80036F is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 111 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.50 |
| HSL | 308.16º | 0.95% | 0.26% | - |
| HSV(B) | 308.16º | 0.98% | 0.5% | - |
| XYZ | 11.8 | 5.8 | 15.54 | - |
| YUV | 52.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 111 | 0 | 0.98 | 0.13 | 0.50 | 308.16 | 0.95 | 0.26 |
| Hex | 80 | 3 | 6F | 0 | 62 | D | 32 | 134 | 5F | 1A |
| Octal | 200 | 3 | 157 | 0 | 142 | 15 | 62 | 464 | 137 | 32 |
| Binary | 10000000 | 11 | 1101111 | 0 | 1100010 | 1101 | 110010 | 100110100 | 1011111 | 11010 |
Color Harmonies of #80036F
Complementary color
Monochromatic Colors of #80036F
Black with #80036F
Text Example
Text Example
White with #80036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80036F; }
p { color: rgb(128,3,111); }
H1.HeaderClassName
{
color: #80036F;
}
.AnyTagClassName
{
color: #80036F;
}
</style>
background-color css
<style>
a { background-color: #80036F; }
a { background-color: rgb(128,3,111); }
div.DivClassName
{
background-color: #80036F;
}
.BgClassName
{
background-color: #80036F;
}
</style>
border-color css
<style>
span { border-color: #80036F; }
span { border-color: rgb(128,3,111); }
td.TdClassName
{
border-color: #80036F;
}
.TagClassName
{
border-color: #80036F;
}
</style>