Shades of Purple #7D0983
Tints of Purple #7D0983
RGB
CMYK
RGB Variations
Color information
#7D0983 (or 0x7D0983) is known color: Purple. HEX triplet: 7D, 09 and 83. RGB value is (125,9,131). Sum of RGB (Red+Green+Blue) = 125+9+131=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D0983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0983 is #82F67C. Grayscale: #393939. Windows color (decimal): -8582781 or 8587645. OLE color: 8587645.
HSL color Cylindrical-coordinate representation of color #7D0983: hue angle of 297.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0983 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 9 | 131 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.49 |
| HSL | 297.05º | 0.87% | 0.27% | - |
| HSV(B) | 297.05º | 0.93% | 0.51% | - |
| XYZ | 12.65 | 6.19 | 22 | - |
| YUV | 57.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 131 | 0.05 | 0.93 | 0 | 0.49 | 297.05 | 0.87 | 0.27 |
| Hex | 7D | 9 | 83 | 5 | 5D | 0 | 31 | 129 | 57 | 1B |
| Octal | 175 | 11 | 203 | 5 | 135 | 0 | 61 | 451 | 127 | 33 |
| Binary | 1111101 | 1001 | 10000011 | 101 | 1011101 | 0 | 110001 | 100101001 | 1010111 | 11011 |
Color Harmonies of #7D0983
Complementary color
Monochromatic Colors of #7D0983
Black with #7D0983
Text Example
Text Example
White with #7D0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0983; }
p { color: rgb(125,9,131); }
H1.HeaderClassName
{
color: #7D0983;
}
.AnyTagClassName
{
color: #7D0983;
}
</style>
background-color css
<style>
a { background-color: #7D0983; }
a { background-color: rgb(125,9,131); }
div.DivClassName
{
background-color: #7D0983;
}
.BgClassName
{
background-color: #7D0983;
}
</style>
border-color css
<style>
span { border-color: #7D0983; }
span { border-color: rgb(125,9,131); }
td.TdClassName
{
border-color: #7D0983;
}
.TagClassName
{
border-color: #7D0983;
}
</style>