Shades of Purple #7D1283
Tints of Purple #7D1283
RGB
CMYK
RGB Variations
Color information
#7D1283 (or 0x7D1283) is known color: Purple. HEX triplet: 7D, 12 and 83. RGB value is (125,18,131). Sum of RGB (Red+Green+Blue) = 125+18+131=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1283 is #82ED7C. Grayscale: #3E3E3E. Windows color (decimal): -8580477 or 8589949. OLE color: 8589949.
HSL color Cylindrical-coordinate representation of color #7D1283: hue angle of 296.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1283 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 18 | 131 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.49 |
| HSL | 296.81º | 0.76% | 0.29% | - |
| HSV(B) | 296.81º | 0.86% | 0.51% | - |
| XYZ | 12.77 | 6.43 | 22.04 | - |
| YUV | 62.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 131 | 0.05 | 0.86 | 0 | 0.49 | 296.81 | 0.76 | 0.29 |
| Hex | 7D | 12 | 83 | 5 | 56 | 0 | 31 | 129 | 4C | 1D |
| Octal | 175 | 22 | 203 | 5 | 126 | 0 | 61 | 451 | 114 | 35 |
| Binary | 1111101 | 10010 | 10000011 | 101 | 1010110 | 0 | 110001 | 100101001 | 1001100 | 11101 |
Color Harmonies of #7D1283
Complementary color
Monochromatic Colors of #7D1283
Black with #7D1283
Text Example
Text Example
White with #7D1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1283; }
p { color: rgb(125,18,131); }
H1.HeaderClassName
{
color: #7D1283;
}
.AnyTagClassName
{
color: #7D1283;
}
</style>
background-color css
<style>
a { background-color: #7D1283; }
a { background-color: rgb(125,18,131); }
div.DivClassName
{
background-color: #7D1283;
}
.BgClassName
{
background-color: #7D1283;
}
</style>
border-color css
<style>
span { border-color: #7D1283; }
span { border-color: rgb(125,18,131); }
td.TdClassName
{
border-color: #7D1283;
}
.TagClassName
{
border-color: #7D1283;
}
</style>