Shades of Purple #7F038B
Tints of Purple #7F038B
RGB
CMYK
RGB Variations
Color information
#7F038B (or 0x7F038B) is known color: Purple. HEX triplet: 7F, 03 and 8B. RGB value is (127,3,139). Sum of RGB (Red+Green+Blue) = 127+3+139=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F038B is #80FC74. Grayscale: #373737. Windows color (decimal): -8453237 or 9110399. OLE color: 9110399.
HSL color Cylindrical-coordinate representation of color #7F038B: hue angle of 294.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F038B is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 3 | 139 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.45 |
| HSL | 294.71º | 0.96% | 0.28% | - |
| HSV(B) | 294.71º | 0.98% | 0.55% | - |
| XYZ | 13.45 | 6.44 | 24.96 | - |
| YUV | 55.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 139 | 0.09 | 0.98 | 0 | 0.45 | 294.71 | 0.96 | 0.28 |
| Hex | 7F | 3 | 8B | 9 | 62 | 0 | 2D | 127 | 60 | 1C |
| Octal | 177 | 3 | 213 | 11 | 142 | 0 | 55 | 447 | 140 | 34 |
| Binary | 1111111 | 11 | 10001011 | 1001 | 1100010 | 0 | 101101 | 100100111 | 1100000 | 11100 |
Color Harmonies of #7F038B
Complementary color
Monochromatic Colors of #7F038B
Black with #7F038B
Text Example
Text Example
White with #7F038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F038B; }
p { color: rgb(127,3,139); }
H1.HeaderClassName
{
color: #7F038B;
}
.AnyTagClassName
{
color: #7F038B;
}
</style>
background-color css
<style>
a { background-color: #7F038B; }
a { background-color: rgb(127,3,139); }
div.DivClassName
{
background-color: #7F038B;
}
.BgClassName
{
background-color: #7F038B;
}
</style>
border-color css
<style>
span { border-color: #7F038B; }
span { border-color: rgb(127,3,139); }
td.TdClassName
{
border-color: #7F038B;
}
.TagClassName
{
border-color: #7F038B;
}
</style>