Shades of Purple #7F037D
Tints of Purple #7F037D
RGB
CMYK
RGB Variations
Color information
#7F037D (or 0x7F037D) is known color: Purple. HEX triplet: 7F, 03 and 7D. RGB value is (127,3,125). Sum of RGB (Red+Green+Blue) = 127+3+125=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F037D is #80FC82. Grayscale: #353535. Windows color (decimal): -8453251 or 8192895. OLE color: 8192895.
HSL color Cylindrical-coordinate representation of color #7F037D: hue angle of 300.97º 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 #7F037D is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.50 |
| HSL | 300.97º | 0.95% | 0.25% | - |
| HSV(B) | 300.97º | 0.98% | 0.5% | - |
| XYZ | 12.49 | 6.06 | 19.91 | - |
| YUV | 53.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 125 | 0 | 0.98 | 0.02 | 0.50 | 300.97 | 0.95 | 0.25 |
| Hex | 7F | 3 | 7D | 0 | 62 | 2 | 32 | 12D | 5F | 19 |
| Octal | 177 | 3 | 175 | 0 | 142 | 2 | 62 | 455 | 137 | 31 |
| Binary | 1111111 | 11 | 1111101 | 0 | 1100010 | 10 | 110010 | 100101101 | 1011111 | 11001 |
Color Harmonies of #7F037D
Complementary color
Monochromatic Colors of #7F037D
Black with #7F037D
Text Example
Text Example
White with #7F037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F037D; }
p { color: rgb(127,3,125); }
H1.HeaderClassName
{
color: #7F037D;
}
.AnyTagClassName
{
color: #7F037D;
}
</style>
background-color css
<style>
a { background-color: #7F037D; }
a { background-color: rgb(127,3,125); }
div.DivClassName
{
background-color: #7F037D;
}
.BgClassName
{
background-color: #7F037D;
}
</style>
border-color css
<style>
span { border-color: #7F037D; }
span { border-color: rgb(127,3,125); }
td.TdClassName
{
border-color: #7F037D;
}
.TagClassName
{
border-color: #7F037D;
}
</style>