Shades of Purple #7D0B7A
Tints of Purple #7D0B7A
RGB
CMYK
RGB Variations
Color information
#7D0B7A (or 0x7D0B7A) is known color: Purple. HEX triplet: 7D, 0B and 7A. RGB value is (125,11,122). Sum of RGB (Red+Green+Blue) = 125+11+122=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B7A is #82F485. Grayscale: #393939. Windows color (decimal): -8582278 or 7998333. OLE color: 7998333.
HSL color Cylindrical-coordinate representation of color #7D0B7A: hue angle of 301.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B7A is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 122 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.51 |
| HSL | 301.58º | 0.84% | 0.27% | - |
| HSV(B) | 301.58º | 0.91% | 0.49% | - |
| XYZ | 12.09 | 6 | 18.93 | - |
| YUV | 57.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 122 | 0 | 0.91 | 0.02 | 0.51 | 301.58 | 0.84 | 0.27 |
| Hex | 7D | B | 7A | 0 | 5B | 2 | 33 | 12E | 54 | 1B |
| Octal | 175 | 13 | 172 | 0 | 133 | 2 | 63 | 456 | 124 | 33 |
| Binary | 1111101 | 1011 | 1111010 | 0 | 1011011 | 10 | 110011 | 100101110 | 1010100 | 11011 |
Color Harmonies of #7D0B7A
Complementary color
Monochromatic Colors of #7D0B7A
Black with #7D0B7A
Text Example
Text Example
White with #7D0B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B7A; }
p { color: rgb(125,11,122); }
H1.HeaderClassName
{
color: #7D0B7A;
}
.AnyTagClassName
{
color: #7D0B7A;
}
</style>
background-color css
<style>
a { background-color: #7D0B7A; }
a { background-color: rgb(125,11,122); }
div.DivClassName
{
background-color: #7D0B7A;
}
.BgClassName
{
background-color: #7D0B7A;
}
</style>
border-color css
<style>
span { border-color: #7D0B7A; }
span { border-color: rgb(125,11,122); }
td.TdClassName
{
border-color: #7D0B7A;
}
.TagClassName
{
border-color: #7D0B7A;
}
</style>