Shades of Purple #7F048B
Tints of Purple #7F048B
RGB
CMYK
RGB Variations
Color information
#7F048B (or 0x7F048B) is known color: Purple. HEX triplet: 7F, 04 and 8B. RGB value is (127,4,139). Sum of RGB (Red+Green+Blue) = 127+4+139=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F048B is #80FB74. Grayscale: #373737. Windows color (decimal): -8452981 or 9110655. OLE color: 9110655.
HSL color Cylindrical-coordinate representation of color #7F048B: hue angle of 294.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F048B is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 4 | 139 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.45 |
| HSL | 294.67º | 0.94% | 0.28% | - |
| HSV(B) | 294.67º | 0.97% | 0.55% | - |
| XYZ | 13.46 | 6.46 | 24.96 | - |
| YUV | 56.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 139 | 0.09 | 0.97 | 0 | 0.45 | 294.67 | 0.94 | 0.28 |
| Hex | 7F | 4 | 8B | 9 | 61 | 0 | 2D | 127 | 5E | 1C |
| Octal | 177 | 4 | 213 | 11 | 141 | 0 | 55 | 447 | 136 | 34 |
| Binary | 1111111 | 100 | 10001011 | 1001 | 1100001 | 0 | 101101 | 100100111 | 1011110 | 11100 |
Color Harmonies of #7F048B
Complementary color
Monochromatic Colors of #7F048B
Black with #7F048B
Text Example
Text Example
White with #7F048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F048B; }
p { color: rgb(127,4,139); }
H1.HeaderClassName
{
color: #7F048B;
}
.AnyTagClassName
{
color: #7F048B;
}
</style>
background-color css
<style>
a { background-color: #7F048B; }
a { background-color: rgb(127,4,139); }
div.DivClassName
{
background-color: #7F048B;
}
.BgClassName
{
background-color: #7F048B;
}
</style>
border-color css
<style>
span { border-color: #7F048B; }
span { border-color: rgb(127,4,139); }
td.TdClassName
{
border-color: #7F048B;
}
.TagClassName
{
border-color: #7F048B;
}
</style>