Shades of Purple #7F0982
Tints of Purple #7F0982
RGB
CMYK
RGB Variations
Color information
#7F0982 (or 0x7F0982) is known color: Purple. HEX triplet: 7F, 09 and 82. RGB value is (127,9,130). Sum of RGB (Red+Green+Blue) = 127+9+130=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F0982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0982 is #80F67D. Grayscale: #393939. Windows color (decimal): -8451710 or 8522111. OLE color: 8522111.
HSL color Cylindrical-coordinate representation of color #7F0982: hue angle of 298.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0982 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 9 | 130 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.49 |
| HSL | 298.51º | 0.87% | 0.27% | - |
| HSV(B) | 298.51º | 0.93% | 0.51% | - |
| XYZ | 12.88 | 6.32 | 21.66 | - |
| YUV | 58.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 130 | 0.02 | 0.93 | 0 | 0.49 | 298.51 | 0.87 | 0.27 |
| Hex | 7F | 9 | 82 | 2 | 5D | 0 | 31 | 12B | 57 | 1B |
| Octal | 177 | 11 | 202 | 2 | 135 | 0 | 61 | 453 | 127 | 33 |
| Binary | 1111111 | 1001 | 10000010 | 10 | 1011101 | 0 | 110001 | 100101011 | 1010111 | 11011 |
Color Harmonies of #7F0982
Complementary color
Monochromatic Colors of #7F0982
Black with #7F0982
Text Example
Text Example
White with #7F0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0982; }
p { color: rgb(127,9,130); }
H1.HeaderClassName
{
color: #7F0982;
}
.AnyTagClassName
{
color: #7F0982;
}
</style>
background-color css
<style>
a { background-color: #7F0982; }
a { background-color: rgb(127,9,130); }
div.DivClassName
{
background-color: #7F0982;
}
.BgClassName
{
background-color: #7F0982;
}
</style>
border-color css
<style>
span { border-color: #7F0982; }
span { border-color: rgb(127,9,130); }
td.TdClassName
{
border-color: #7F0982;
}
.TagClassName
{
border-color: #7F0982;
}
</style>