Shades of Purple #7F036E
Tints of Purple #7F036E
RGB
CMYK
RGB Variations
Color information
#7F036E (or 0x7F036E) is known color: Purple. HEX triplet: 7F, 03 and 6E. RGB value is (127,3,110). Sum of RGB (Red+Green+Blue) = 127+3+110=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F036E is #80FC91. Grayscale: #333333. Windows color (decimal): -8453266 or 7209855. OLE color: 7209855.
HSL color Cylindrical-coordinate representation of color #7F036E: hue angle of 308.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F036E is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.50 |
| HSL | 308.23º | 0.95% | 0.25% | - |
| HSV(B) | 308.23º | 0.98% | 0.5% | - |
| XYZ | 11.6 | 5.7 | 15.24 | - |
| YUV | 52.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 110 | 0 | 0.98 | 0.13 | 0.50 | 308.23 | 0.95 | 0.25 |
| Hex | 7F | 3 | 6E | 0 | 62 | D | 32 | 134 | 5F | 19 |
| Octal | 177 | 3 | 156 | 0 | 142 | 15 | 62 | 464 | 137 | 31 |
| Binary | 1111111 | 11 | 1101110 | 0 | 1100010 | 1101 | 110010 | 100110100 | 1011111 | 11001 |
Color Harmonies of #7F036E
Complementary color
Monochromatic Colors of #7F036E
Black with #7F036E
Text Example
Text Example
White with #7F036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F036E; }
p { color: rgb(127,3,110); }
H1.HeaderClassName
{
color: #7F036E;
}
.AnyTagClassName
{
color: #7F036E;
}
</style>
background-color css
<style>
a { background-color: #7F036E; }
a { background-color: rgb(127,3,110); }
div.DivClassName
{
background-color: #7F036E;
}
.BgClassName
{
background-color: #7F036E;
}
</style>
border-color css
<style>
span { border-color: #7F036E; }
span { border-color: rgb(127,3,110); }
td.TdClassName
{
border-color: #7F036E;
}
.TagClassName
{
border-color: #7F036E;
}
</style>