Shades of Purple #7F036B
Tints of Purple #7F036B
RGB
CMYK
RGB Variations
Color information
#7F036B (or 0x7F036B) is known color: Purple. HEX triplet: 7F, 03 and 6B. RGB value is (127,3,107). Sum of RGB (Red+Green+Blue) = 127+3+107=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F036B is #80FC94. Grayscale: #333333. Windows color (decimal): -8453269 or 7013247. OLE color: 7013247.
HSL color Cylindrical-coordinate representation of color #7F036B: hue angle of 309.68º 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 #7F036B is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.50 |
| HSL | 309.68º | 0.95% | 0.25% | - |
| HSV(B) | 309.68º | 0.98% | 0.5% | - |
| XYZ | 11.44 | 5.64 | 14.4 | - |
| YUV | 51.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 107 | 0 | 0.98 | 0.16 | 0.50 | 309.68 | 0.95 | 0.25 |
| Hex | 7F | 3 | 6B | 0 | 62 | 10 | 32 | 136 | 5F | 19 |
| Octal | 177 | 3 | 153 | 0 | 142 | 20 | 62 | 466 | 137 | 31 |
| Binary | 1111111 | 11 | 1101011 | 0 | 1100010 | 10000 | 110010 | 100110110 | 1011111 | 11001 |
Color Harmonies of #7F036B
Complementary color
Monochromatic Colors of #7F036B
Black with #7F036B
Text Example
Text Example
White with #7F036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F036B; }
p { color: rgb(127,3,107); }
H1.HeaderClassName
{
color: #7F036B;
}
.AnyTagClassName
{
color: #7F036B;
}
</style>
background-color css
<style>
a { background-color: #7F036B; }
a { background-color: rgb(127,3,107); }
div.DivClassName
{
background-color: #7F036B;
}
.BgClassName
{
background-color: #7F036B;
}
</style>
border-color css
<style>
span { border-color: #7F036B; }
span { border-color: rgb(127,3,107); }
td.TdClassName
{
border-color: #7F036B;
}
.TagClassName
{
border-color: #7F036B;
}
</style>