Shades of Purple #7F0188
Tints of Purple #7F0188
RGB
CMYK
RGB Variations
Color information
#7F0188 (or 0x7F0188) is known color: Purple. HEX triplet: 7F, 01 and 88. RGB value is (127,1,136). Sum of RGB (Red+Green+Blue) = 127+1+136=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F0188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0188 is #80FE77. Grayscale: #353535. Windows color (decimal): -8453752 or 8913279. OLE color: 8913279.
HSL color Cylindrical-coordinate representation of color #7F0188: hue angle of 296º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0188 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 1 | 136 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.47 |
| HSL | 296º | 0.99% | 0.27% | - |
| HSV(B) | 296º | 0.99% | 0.53% | - |
| XYZ | 13.21 | 6.31 | 23.81 | - |
| YUV | 54.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 136 | 0.07 | 0.99 | 0 | 0.47 | 296 | 0.99 | 0.27 |
| Hex | 7F | 1 | 88 | 7 | 63 | 0 | 2F | 128 | 63 | 1B |
| Octal | 177 | 1 | 210 | 7 | 143 | 0 | 57 | 450 | 143 | 33 |
| Binary | 1111111 | 1 | 10001000 | 111 | 1100011 | 0 | 101111 | 100101000 | 1100011 | 11011 |
Color Harmonies of #7F0188
Complementary color
Monochromatic Colors of #7F0188
Black with #7F0188
Text Example
Text Example
White with #7F0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0188; }
p { color: rgb(127,1,136); }
H1.HeaderClassName
{
color: #7F0188;
}
.AnyTagClassName
{
color: #7F0188;
}
</style>
background-color css
<style>
a { background-color: #7F0188; }
a { background-color: rgb(127,1,136); }
div.DivClassName
{
background-color: #7F0188;
}
.BgClassName
{
background-color: #7F0188;
}
</style>
border-color css
<style>
span { border-color: #7F0188; }
span { border-color: rgb(127,1,136); }
td.TdClassName
{
border-color: #7F0188;
}
.TagClassName
{
border-color: #7F0188;
}
</style>