Shades of Purple #7F0973
Tints of Purple #7F0973
RGB
CMYK
RGB Variations
Color information
#7F0973 (or 0x7F0973) is known color: Purple. HEX triplet: 7F, 09 and 73. RGB value is (127,9,115). Sum of RGB (Red+Green+Blue) = 127+9+115=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0973 is #80F68C. Grayscale: #383838. Windows color (decimal): -8451725 or 7539071. OLE color: 7539071.
HSL color Cylindrical-coordinate representation of color #7F0973: hue angle of 306.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0973 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 115 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.50 |
| HSL | 306.1º | 0.87% | 0.27% | - |
| HSV(B) | 306.1º | 0.93% | 0.5% | - |
| XYZ | 11.94 | 5.95 | 16.74 | - |
| YUV | 56.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 115 | 0 | 0.93 | 0.09 | 0.50 | 306.1 | 0.87 | 0.27 |
| Hex | 7F | 9 | 73 | 0 | 5D | 9 | 32 | 132 | 57 | 1B |
| Octal | 177 | 11 | 163 | 0 | 135 | 11 | 62 | 462 | 127 | 33 |
| Binary | 1111111 | 1001 | 1110011 | 0 | 1011101 | 1001 | 110010 | 100110010 | 1010111 | 11011 |
Color Harmonies of #7F0973
Complementary color
Monochromatic Colors of #7F0973
Black with #7F0973
Text Example
Text Example
White with #7F0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0973; }
p { color: rgb(127,9,115); }
H1.HeaderClassName
{
color: #7F0973;
}
.AnyTagClassName
{
color: #7F0973;
}
</style>
background-color css
<style>
a { background-color: #7F0973; }
a { background-color: rgb(127,9,115); }
div.DivClassName
{
background-color: #7F0973;
}
.BgClassName
{
background-color: #7F0973;
}
</style>
border-color css
<style>
span { border-color: #7F0973; }
span { border-color: rgb(127,9,115); }
td.TdClassName
{
border-color: #7F0973;
}
.TagClassName
{
border-color: #7F0973;
}
</style>