Shades of Purple #7F198B
Tints of Purple #7F198B
RGB
CMYK
RGB Variations
Color information
#7F198B (or 0x7F198B) is known color: Purple. HEX triplet: 7F, 19 and 8B. RGB value is (127,25,139). Sum of RGB (Red+Green+Blue) = 127+25+139=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F198B is #80E674. Grayscale: #444444. Windows color (decimal): -8447605 or 9116031. OLE color: 9116031.
HSL color Cylindrical-coordinate representation of color #7F198B: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F198B is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 25 | 139 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.45 |
| HSL | 293.68º | 0.7% | 0.32% | - |
| HSV(B) | 293.68º | 0.82% | 0.55% | - |
| XYZ | 13.76 | 7.07 | 25.07 | - |
| YUV | 68.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 139 | 0.09 | 0.82 | 0 | 0.45 | 293.68 | 0.7 | 0.32 |
| Hex | 7F | 19 | 8B | 9 | 52 | 0 | 2D | 126 | 46 | 20 |
| Octal | 177 | 31 | 213 | 11 | 122 | 0 | 55 | 446 | 106 | 40 |
| Binary | 1111111 | 11001 | 10001011 | 1001 | 1010010 | 0 | 101101 | 100100110 | 1000110 | 100000 |
Color Harmonies of #7F198B
Complementary color
Monochromatic Colors of #7F198B
Black with #7F198B
Text Example
Text Example
White with #7F198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F198B; }
p { color: rgb(127,25,139); }
H1.HeaderClassName
{
color: #7F198B;
}
.AnyTagClassName
{
color: #7F198B;
}
</style>
background-color css
<style>
a { background-color: #7F198B; }
a { background-color: rgb(127,25,139); }
div.DivClassName
{
background-color: #7F198B;
}
.BgClassName
{
background-color: #7F198B;
}
</style>
border-color css
<style>
span { border-color: #7F198B; }
span { border-color: rgb(127,25,139); }
td.TdClassName
{
border-color: #7F198B;
}
.TagClassName
{
border-color: #7F198B;
}
</style>