Shades of Purple #7F178B
Tints of Purple #7F178B
RGB
CMYK
RGB Variations
Color information
#7F178B (or 0x7F178B) is known color: Purple. HEX triplet: 7F, 17 and 8B. RGB value is (127,23,139). Sum of RGB (Red+Green+Blue) = 127+23+139=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F178B is #80E874. Grayscale: #424242. Windows color (decimal): -8448117 or 9115519. OLE color: 9115519.
HSL color Cylindrical-coordinate representation of color #7F178B: hue angle of 293.79º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F178B is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 23 | 139 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.45 |
| HSL | 293.79º | 0.72% | 0.32% | - |
| HSV(B) | 293.79º | 0.83% | 0.55% | - |
| XYZ | 13.72 | 6.99 | 25.05 | - |
| YUV | 67.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 139 | 0.09 | 0.83 | 0 | 0.45 | 293.79 | 0.72 | 0.32 |
| Hex | 7F | 17 | 8B | 9 | 53 | 0 | 2D | 126 | 48 | 20 |
| Octal | 177 | 27 | 213 | 11 | 123 | 0 | 55 | 446 | 110 | 40 |
| Binary | 1111111 | 10111 | 10001011 | 1001 | 1010011 | 0 | 101101 | 100100110 | 1001000 | 100000 |
Color Harmonies of #7F178B
Complementary color
Monochromatic Colors of #7F178B
Black with #7F178B
Text Example
Text Example
White with #7F178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F178B; }
p { color: rgb(127,23,139); }
H1.HeaderClassName
{
color: #7F178B;
}
.AnyTagClassName
{
color: #7F178B;
}
</style>
background-color css
<style>
a { background-color: #7F178B; }
a { background-color: rgb(127,23,139); }
div.DivClassName
{
background-color: #7F178B;
}
.BgClassName
{
background-color: #7F178B;
}
</style>
border-color css
<style>
span { border-color: #7F178B; }
span { border-color: rgb(127,23,139); }
td.TdClassName
{
border-color: #7F178B;
}
.TagClassName
{
border-color: #7F178B;
}
</style>