Shades of Purple #7B097F
Tints of Purple #7B097F
RGB
CMYK
RGB Variations
Color information
#7B097F (or 0x7B097F) is known color: Purple. HEX triplet: 7B, 09 and 7F. RGB value is (123,9,127). Sum of RGB (Red+Green+Blue) = 123+9+127=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B097F is #84F680. Grayscale: #383838. Windows color (decimal): -8713857 or 8325499. OLE color: 8325499.
HSL color Cylindrical-coordinate representation of color #7B097F: hue angle of 297.97º 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 #7B097F is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 9 | 127 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.50 |
| HSL | 297.97º | 0.87% | 0.27% | - |
| HSV(B) | 297.97º | 0.93% | 0.5% | - |
| XYZ | 12.1 | 5.94 | 20.59 | - |
| YUV | 56.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 127 | 0.03 | 0.93 | 0 | 0.50 | 297.97 | 0.87 | 0.27 |
| Hex | 7B | 9 | 7F | 3 | 5D | 0 | 32 | 12A | 57 | 1B |
| Octal | 173 | 11 | 177 | 3 | 135 | 0 | 62 | 452 | 127 | 33 |
| Binary | 1111011 | 1001 | 1111111 | 11 | 1011101 | 0 | 110010 | 100101010 | 1010111 | 11011 |
Color Harmonies of #7B097F
Complementary color
Monochromatic Colors of #7B097F
Black with #7B097F
Text Example
Text Example
White with #7B097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B097F; }
p { color: rgb(123,9,127); }
H1.HeaderClassName
{
color: #7B097F;
}
.AnyTagClassName
{
color: #7B097F;
}
</style>
background-color css
<style>
a { background-color: #7B097F; }
a { background-color: rgb(123,9,127); }
div.DivClassName
{
background-color: #7B097F;
}
.BgClassName
{
background-color: #7B097F;
}
</style>
border-color css
<style>
span { border-color: #7B097F; }
span { border-color: rgb(123,9,127); }
td.TdClassName
{
border-color: #7B097F;
}
.TagClassName
{
border-color: #7B097F;
}
</style>