Shades of Purple #7D028B
Tints of Purple #7D028B
RGB
CMYK
RGB Variations
Color information
#7D028B (or 0x7D028B) is known color: Purple. HEX triplet: 7D, 02 and 8B. RGB value is (125,2,139). Sum of RGB (Red+Green+Blue) = 125+2+139=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D028B is #82FD74. Grayscale: #353535. Windows color (decimal): -8584565 or 9110141. OLE color: 9110141.
HSL color Cylindrical-coordinate representation of color #7D028B: hue angle of 293.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D028B is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 2 | 139 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.45 |
| HSL | 293.87º | 0.97% | 0.28% | - |
| HSV(B) | 293.87º | 0.99% | 0.55% | - |
| XYZ | 13.14 | 6.27 | 24.94 | - |
| YUV | 54.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 139 | 0.10 | 0.99 | 0 | 0.45 | 293.87 | 0.97 | 0.28 |
| Hex | 7D | 2 | 8B | A | 63 | 0 | 2D | 126 | 61 | 1C |
| Octal | 175 | 2 | 213 | 12 | 143 | 0 | 55 | 446 | 141 | 34 |
| Binary | 1111101 | 10 | 10001011 | 1010 | 1100011 | 0 | 101101 | 100100110 | 1100001 | 11100 |
Color Harmonies of #7D028B
Complementary color
Monochromatic Colors of #7D028B
Black with #7D028B
Text Example
Text Example
White with #7D028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D028B; }
p { color: rgb(125,2,139); }
H1.HeaderClassName
{
color: #7D028B;
}
.AnyTagClassName
{
color: #7D028B;
}
</style>
background-color css
<style>
a { background-color: #7D028B; }
a { background-color: rgb(125,2,139); }
div.DivClassName
{
background-color: #7D028B;
}
.BgClassName
{
background-color: #7D028B;
}
</style>
border-color css
<style>
span { border-color: #7D028B; }
span { border-color: rgb(125,2,139); }
td.TdClassName
{
border-color: #7D028B;
}
.TagClassName
{
border-color: #7D028B;
}
</style>