Shades of Purple #7F0189
Tints of Purple #7F0189
RGB
CMYK
RGB Variations
Color information
#7F0189 (or 0x7F0189) is known color: Purple. HEX triplet: 7F, 01 and 89. RGB value is (127,1,137). Sum of RGB (Red+Green+Blue) = 127+1+137=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F0189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0189 is #80FE76. Grayscale: #353535. Windows color (decimal): -8453751 or 8978815. OLE color: 8978815.
HSL color Cylindrical-coordinate representation of color #7F0189: hue angle of 295.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0189 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 1 | 137 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.46 |
| HSL | 295.59º | 0.99% | 0.27% | - |
| HSV(B) | 295.59º | 0.99% | 0.54% | - |
| XYZ | 13.28 | 6.34 | 24.19 | - |
| YUV | 54.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 137 | 0.07 | 0.99 | 0 | 0.46 | 295.59 | 0.99 | 0.27 |
| Hex | 7F | 1 | 89 | 7 | 63 | 0 | 2E | 128 | 63 | 1B |
| Octal | 177 | 1 | 211 | 7 | 143 | 0 | 56 | 450 | 143 | 33 |
| Binary | 1111111 | 1 | 10001001 | 111 | 1100011 | 0 | 101110 | 100101000 | 1100011 | 11011 |
Color Harmonies of #7F0189
Complementary color
Monochromatic Colors of #7F0189
Black with #7F0189
Text Example
Text Example
White with #7F0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0189; }
p { color: rgb(127,1,137); }
H1.HeaderClassName
{
color: #7F0189;
}
.AnyTagClassName
{
color: #7F0189;
}
</style>
background-color css
<style>
a { background-color: #7F0189; }
a { background-color: rgb(127,1,137); }
div.DivClassName
{
background-color: #7F0189;
}
.BgClassName
{
background-color: #7F0189;
}
</style>
border-color css
<style>
span { border-color: #7F0189; }
span { border-color: rgb(127,1,137); }
td.TdClassName
{
border-color: #7F0189;
}
.TagClassName
{
border-color: #7F0189;
}
</style>