Shades of Purple #7D098A
Tints of Purple #7D098A
RGB
CMYK
RGB Variations
Color information
#7D098A (or 0x7D098A) is known color: Purple. HEX triplet: 7D, 09 and 8A. RGB value is (125,9,138). Sum of RGB (Red+Green+Blue) = 125+9+138=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D098A is #82F675. Grayscale: #393939. Windows color (decimal): -8582774 or 9046397. OLE color: 9046397.
HSL color Cylindrical-coordinate representation of color #7D098A: hue angle of 293.95º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D098A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 9 | 138 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.46 |
| HSL | 293.95º | 0.88% | 0.29% | - |
| HSV(B) | 293.95º | 0.93% | 0.54% | - |
| XYZ | 13.14 | 6.39 | 24.59 | - |
| YUV | 58.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 138 | 0.09 | 0.93 | 0 | 0.46 | 293.95 | 0.88 | 0.29 |
| Hex | 7D | 9 | 8A | 9 | 5D | 0 | 2E | 126 | 58 | 1D |
| Octal | 175 | 11 | 212 | 11 | 135 | 0 | 56 | 446 | 130 | 35 |
| Binary | 1111101 | 1001 | 10001010 | 1001 | 1011101 | 0 | 101110 | 100100110 | 1011000 | 11101 |
Color Harmonies of #7D098A
Complementary color
Monochromatic Colors of #7D098A
Black with #7D098A
Text Example
Text Example
White with #7D098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D098A; }
p { color: rgb(125,9,138); }
H1.HeaderClassName
{
color: #7D098A;
}
.AnyTagClassName
{
color: #7D098A;
}
</style>
background-color css
<style>
a { background-color: #7D098A; }
a { background-color: rgb(125,9,138); }
div.DivClassName
{
background-color: #7D098A;
}
.BgClassName
{
background-color: #7D098A;
}
</style>
border-color css
<style>
span { border-color: #7D098A; }
span { border-color: rgb(125,9,138); }
td.TdClassName
{
border-color: #7D098A;
}
.TagClassName
{
border-color: #7D098A;
}
</style>