Shades of Purple #7D016A
Tints of Purple #7D016A
RGB
CMYK
RGB Variations
Color information
#7D016A (or 0x7D016A) is known color: Purple. HEX triplet: 7D, 01 and 6A. RGB value is (125,1,106). Sum of RGB (Red+Green+Blue) = 125+1+106=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D016A is #82FE95. Grayscale: #313131. Windows color (decimal): -8584854 or 6947197. OLE color: 6947197.
HSL color Cylindrical-coordinate representation of color #7D016A: hue angle of 309.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D016A is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.51 |
| HSL | 309.19º | 0.98% | 0.25% | - |
| HSV(B) | 309.19º | 0.99% | 0.49% | - |
| XYZ | 11.07 | 5.42 | 14.1 | - |
| YUV | 50.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 106 | 0 | 0.99 | 0.15 | 0.51 | 309.19 | 0.98 | 0.25 |
| Hex | 7D | 1 | 6A | 0 | 63 | F | 33 | 135 | 62 | 19 |
| Octal | 175 | 1 | 152 | 0 | 143 | 17 | 63 | 465 | 142 | 31 |
| Binary | 1111101 | 1 | 1101010 | 0 | 1100011 | 1111 | 110011 | 100110101 | 1100010 | 11001 |
Color Harmonies of #7D016A
Complementary color
Monochromatic Colors of #7D016A
Black with #7D016A
Text Example
Text Example
White with #7D016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D016A; }
p { color: rgb(125,1,106); }
H1.HeaderClassName
{
color: #7D016A;
}
.AnyTagClassName
{
color: #7D016A;
}
</style>
background-color css
<style>
a { background-color: #7D016A; }
a { background-color: rgb(125,1,106); }
div.DivClassName
{
background-color: #7D016A;
}
.BgClassName
{
background-color: #7D016A;
}
</style>
border-color css
<style>
span { border-color: #7D016A; }
span { border-color: rgb(125,1,106); }
td.TdClassName
{
border-color: #7D016A;
}
.TagClassName
{
border-color: #7D016A;
}
</style>