Shades of Purple #7D0870
Tints of Purple #7D0870
RGB
CMYK
RGB Variations
Color information
#7D0870 (or 0x7D0870) is known color: Purple. HEX triplet: 7D, 08 and 70. RGB value is (125,8,112). Sum of RGB (Red+Green+Blue) = 125+8+112=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0870 is #82F78F. Grayscale: #363636. Windows color (decimal): -8583056 or 7342205. OLE color: 7342205.
HSL color Cylindrical-coordinate representation of color #7D0870: hue angle of 306.67º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0870 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 112 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.51 |
| HSL | 306.67º | 0.88% | 0.26% | - |
| HSV(B) | 306.67º | 0.94% | 0.49% | - |
| XYZ | 11.47 | 5.7 | 15.83 | - |
| YUV | 54.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 112 | 0 | 0.94 | 0.10 | 0.51 | 306.67 | 0.88 | 0.26 |
| Hex | 7D | 8 | 70 | 0 | 5E | A | 33 | 133 | 58 | 1A |
| Octal | 175 | 10 | 160 | 0 | 136 | 12 | 63 | 463 | 130 | 32 |
| Binary | 1111101 | 1000 | 1110000 | 0 | 1011110 | 1010 | 110011 | 100110011 | 1011000 | 11010 |
Color Harmonies of #7D0870
Complementary color
Monochromatic Colors of #7D0870
Black with #7D0870
Text Example
Text Example
White with #7D0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0870; }
p { color: rgb(125,8,112); }
H1.HeaderClassName
{
color: #7D0870;
}
.AnyTagClassName
{
color: #7D0870;
}
</style>
background-color css
<style>
a { background-color: #7D0870; }
a { background-color: rgb(125,8,112); }
div.DivClassName
{
background-color: #7D0870;
}
.BgClassName
{
background-color: #7D0870;
}
</style>
border-color css
<style>
span { border-color: #7D0870; }
span { border-color: rgb(125,8,112); }
td.TdClassName
{
border-color: #7D0870;
}
.TagClassName
{
border-color: #7D0870;
}
</style>