Shades of Purple #7F168B
Tints of Purple #7F168B
RGB
CMYK
RGB Variations
Color information
#7F168B (or 0x7F168B) is known color: Purple. HEX triplet: 7F, 16 and 8B. RGB value is (127,22,139). Sum of RGB (Red+Green+Blue) = 127+22+139=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F168B is #80E974. Grayscale: #424242. Windows color (decimal): -8448373 or 9115263. OLE color: 9115263.
HSL color Cylindrical-coordinate representation of color #7F168B: hue angle of 293.85º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F168B is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 22 | 139 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.45 |
| HSL | 293.85º | 0.73% | 0.32% | - |
| HSV(B) | 293.85º | 0.84% | 0.55% | - |
| XYZ | 13.7 | 6.95 | 25.05 | - |
| YUV | 66.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 139 | 0.09 | 0.84 | 0 | 0.45 | 293.85 | 0.73 | 0.32 |
| Hex | 7F | 16 | 8B | 9 | 54 | 0 | 2D | 126 | 49 | 20 |
| Octal | 177 | 26 | 213 | 11 | 124 | 0 | 55 | 446 | 111 | 40 |
| Binary | 1111111 | 10110 | 10001011 | 1001 | 1010100 | 0 | 101101 | 100100110 | 1001001 | 100000 |
Color Harmonies of #7F168B
Complementary color
Monochromatic Colors of #7F168B
Black with #7F168B
Text Example
Text Example
White with #7F168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F168B; }
p { color: rgb(127,22,139); }
H1.HeaderClassName
{
color: #7F168B;
}
.AnyTagClassName
{
color: #7F168B;
}
</style>
background-color css
<style>
a { background-color: #7F168B; }
a { background-color: rgb(127,22,139); }
div.DivClassName
{
background-color: #7F168B;
}
.BgClassName
{
background-color: #7F168B;
}
</style>
border-color css
<style>
span { border-color: #7F168B; }
span { border-color: rgb(127,22,139); }
td.TdClassName
{
border-color: #7F168B;
}
.TagClassName
{
border-color: #7F168B;
}
</style>