Shades of Purple #7F158B
Tints of Purple #7F158B
RGB
CMYK
RGB Variations
Color information
#7F158B (or 0x7F158B) is known color: Purple. HEX triplet: 7F, 15 and 8B. RGB value is (127,21,139). Sum of RGB (Red+Green+Blue) = 127+21+139=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F158B is #80EA74. Grayscale: #414141. Windows color (decimal): -8448629 or 9115007. OLE color: 9115007.
HSL color Cylindrical-coordinate representation of color #7F158B: hue angle of 293.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F158B is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 21 | 139 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.45 |
| HSL | 293.9º | 0.74% | 0.31% | - |
| HSV(B) | 293.9º | 0.85% | 0.55% | - |
| XYZ | 13.68 | 6.91 | 25.04 | - |
| YUV | 66.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 139 | 0.09 | 0.85 | 0 | 0.45 | 293.9 | 0.74 | 0.31 |
| Hex | 7F | 15 | 8B | 9 | 55 | 0 | 2D | 126 | 4A | 1F |
| Octal | 177 | 25 | 213 | 11 | 125 | 0 | 55 | 446 | 112 | 37 |
| Binary | 1111111 | 10101 | 10001011 | 1001 | 1010101 | 0 | 101101 | 100100110 | 1001010 | 11111 |
Color Harmonies of #7F158B
Complementary color
Monochromatic Colors of #7F158B
Black with #7F158B
Text Example
Text Example
White with #7F158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F158B; }
p { color: rgb(127,21,139); }
H1.HeaderClassName
{
color: #7F158B;
}
.AnyTagClassName
{
color: #7F158B;
}
</style>
background-color css
<style>
a { background-color: #7F158B; }
a { background-color: rgb(127,21,139); }
div.DivClassName
{
background-color: #7F158B;
}
.BgClassName
{
background-color: #7F158B;
}
</style>
border-color css
<style>
span { border-color: #7F158B; }
span { border-color: rgb(127,21,139); }
td.TdClassName
{
border-color: #7F158B;
}
.TagClassName
{
border-color: #7F158B;
}
</style>