Shades of Dark Purple #7F096B
Tints of Dark Purple #7F096B
RGB
CMYK
RGB Variations
Color information
#7F096B (or 0x7F096B) is known color: Dark Purple. HEX triplet: 7F, 09 and 6B. RGB value is (127,9,107). Sum of RGB (Red+Green+Blue) = 127+9+107=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F096B is #80F694. Grayscale: #373737. Windows color (decimal): -8451733 or 7014783. OLE color: 7014783.
HSL color Cylindrical-coordinate representation of color #7F096B: hue angle of 310.17º 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 #7F096B is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 107 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.50 |
| HSL | 310.17º | 0.87% | 0.27% | - |
| HSV(B) | 310.17º | 0.93% | 0.5% | - |
| XYZ | 11.5 | 5.77 | 14.42 | - |
| YUV | 55.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 107 | 0 | 0.93 | 0.16 | 0.50 | 310.17 | 0.87 | 0.27 |
| Hex | 7F | 9 | 6B | 0 | 5D | 10 | 32 | 136 | 57 | 1B |
| Octal | 177 | 11 | 153 | 0 | 135 | 20 | 62 | 466 | 127 | 33 |
| Binary | 1111111 | 1001 | 1101011 | 0 | 1011101 | 10000 | 110010 | 100110110 | 1010111 | 11011 |
Color Harmonies of #7F096B
Complementary color
Monochromatic Colors of #7F096B
Black with #7F096B
Text Example
Text Example
White with #7F096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F096B; }
p { color: rgb(127,9,107); }
H1.HeaderClassName
{
color: #7F096B;
}
.AnyTagClassName
{
color: #7F096B;
}
</style>
background-color css
<style>
a { background-color: #7F096B; }
a { background-color: rgb(127,9,107); }
div.DivClassName
{
background-color: #7F096B;
}
.BgClassName
{
background-color: #7F096B;
}
</style>
border-color css
<style>
span { border-color: #7F096B; }
span { border-color: rgb(127,9,107); }
td.TdClassName
{
border-color: #7F096B;
}
.TagClassName
{
border-color: #7F096B;
}
</style>