Shades of Purple #7D1583
Tints of Purple #7D1583
RGB
CMYK
RGB Variations
Color information
#7D1583 (or 0x7D1583) is known color: Purple. HEX triplet: 7D, 15 and 83. RGB value is (125,21,131). Sum of RGB (Red+Green+Blue) = 125+21+131=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D1583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1583 is #82EA7C. Grayscale: #404040. Windows color (decimal): -8579709 or 8590717. OLE color: 8590717.
HSL color Cylindrical-coordinate representation of color #7D1583: hue angle of 296.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1583 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 21 | 131 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.49 |
| HSL | 296.73º | 0.72% | 0.3% | - |
| HSV(B) | 296.73º | 0.84% | 0.51% | - |
| XYZ | 12.82 | 6.53 | 22.06 | - |
| YUV | 64.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 131 | 0.05 | 0.84 | 0 | 0.49 | 296.73 | 0.72 | 0.3 |
| Hex | 7D | 15 | 83 | 5 | 54 | 0 | 31 | 129 | 48 | 1E |
| Octal | 175 | 25 | 203 | 5 | 124 | 0 | 61 | 451 | 110 | 36 |
| Binary | 1111101 | 10101 | 10000011 | 101 | 1010100 | 0 | 110001 | 100101001 | 1001000 | 11110 |
Color Harmonies of #7D1583
Complementary color
Monochromatic Colors of #7D1583
Black with #7D1583
Text Example
Text Example
White with #7D1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1583; }
p { color: rgb(125,21,131); }
H1.HeaderClassName
{
color: #7D1583;
}
.AnyTagClassName
{
color: #7D1583;
}
</style>
background-color css
<style>
a { background-color: #7D1583; }
a { background-color: rgb(125,21,131); }
div.DivClassName
{
background-color: #7D1583;
}
.BgClassName
{
background-color: #7D1583;
}
</style>
border-color css
<style>
span { border-color: #7D1583; }
span { border-color: rgb(125,21,131); }
td.TdClassName
{
border-color: #7D1583;
}
.TagClassName
{
border-color: #7D1583;
}
</style>