Shades of Purple #7D097F
Tints of Purple #7D097F
RGB
CMYK
RGB Variations
Color information
#7D097F (or 0x7D097F) is known color: Purple. HEX triplet: 7D, 09 and 7F. RGB value is (125,9,127). Sum of RGB (Red+Green+Blue) = 125+9+127=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D097F is #82F680. Grayscale: #383838. Windows color (decimal): -8582785 or 8325501. OLE color: 8325501.
HSL color Cylindrical-coordinate representation of color #7D097F: hue angle of 298.98º 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 #7D097F is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 9 | 127 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.50 |
| HSL | 298.98º | 0.87% | 0.27% | - |
| HSV(B) | 298.98º | 0.93% | 0.5% | - |
| XYZ | 12.39 | 6.09 | 20.6 | - |
| YUV | 57.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 127 | 0.02 | 0.93 | 0 | 0.50 | 298.98 | 0.87 | 0.27 |
| Hex | 7D | 9 | 7F | 2 | 5D | 0 | 32 | 12B | 57 | 1B |
| Octal | 175 | 11 | 177 | 2 | 135 | 0 | 62 | 453 | 127 | 33 |
| Binary | 1111101 | 1001 | 1111111 | 10 | 1011101 | 0 | 110010 | 100101011 | 1010111 | 11011 |
Color Harmonies of #7D097F
Complementary color
Monochromatic Colors of #7D097F
Black with #7D097F
Text Example
Text Example
White with #7D097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D097F; }
p { color: rgb(125,9,127); }
H1.HeaderClassName
{
color: #7D097F;
}
.AnyTagClassName
{
color: #7D097F;
}
</style>
background-color css
<style>
a { background-color: #7D097F; }
a { background-color: rgb(125,9,127); }
div.DivClassName
{
background-color: #7D097F;
}
.BgClassName
{
background-color: #7D097F;
}
</style>
border-color css
<style>
span { border-color: #7D097F; }
span { border-color: rgb(125,9,127); }
td.TdClassName
{
border-color: #7D097F;
}
.TagClassName
{
border-color: #7D097F;
}
</style>