Shades of Purple #7F036C
Tints of Purple #7F036C
RGB
CMYK
RGB Variations
Color information
#7F036C (or 0x7F036C) is known color: Purple. HEX triplet: 7F, 03 and 6C. RGB value is (127,3,108). Sum of RGB (Red+Green+Blue) = 127+3+108=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F036C is #80FC93. Grayscale: #333333. Windows color (decimal): -8453268 or 7078783. OLE color: 7078783.
HSL color Cylindrical-coordinate representation of color #7F036C: hue angle of 309.19º 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 #7F036C is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.50 |
| HSL | 309.19º | 0.95% | 0.25% | - |
| HSV(B) | 309.19º | 0.98% | 0.5% | - |
| XYZ | 11.49 | 5.66 | 14.67 | - |
| YUV | 52.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 108 | 0 | 0.98 | 0.15 | 0.50 | 309.19 | 0.95 | 0.25 |
| Hex | 7F | 3 | 6C | 0 | 62 | F | 32 | 135 | 5F | 19 |
| Octal | 177 | 3 | 154 | 0 | 142 | 17 | 62 | 465 | 137 | 31 |
| Binary | 1111111 | 11 | 1101100 | 0 | 1100010 | 1111 | 110010 | 100110101 | 1011111 | 11001 |
Color Harmonies of #7F036C
Complementary color
Monochromatic Colors of #7F036C
Black with #7F036C
Text Example
Text Example
White with #7F036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F036C; }
p { color: rgb(127,3,108); }
H1.HeaderClassName
{
color: #7F036C;
}
.AnyTagClassName
{
color: #7F036C;
}
</style>
background-color css
<style>
a { background-color: #7F036C; }
a { background-color: rgb(127,3,108); }
div.DivClassName
{
background-color: #7F036C;
}
.BgClassName
{
background-color: #7F036C;
}
</style>
border-color css
<style>
span { border-color: #7F036C; }
span { border-color: rgb(127,3,108); }
td.TdClassName
{
border-color: #7F036C;
}
.TagClassName
{
border-color: #7F036C;
}
</style>