Shades of Purple #7D0C70
Tints of Purple #7D0C70
RGB
CMYK
RGB Variations
Color information
#7D0C70 (or 0x7D0C70) is known color: Purple. HEX triplet: 7D, 0C and 70. RGB value is (125,12,112). Sum of RGB (Red+Green+Blue) = 125+12+112=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0C70 is #82F38F. Grayscale: #383838. Windows color (decimal): -8582032 or 7343229. OLE color: 7343229.
HSL color Cylindrical-coordinate representation of color #7D0C70: hue angle of 306.9º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C70 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 12 | 112 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.51 |
| HSL | 306.9º | 0.82% | 0.27% | - |
| HSV(B) | 306.9º | 0.9% | 0.49% | - |
| XYZ | 11.51 | 5.79 | 15.84 | - |
| YUV | 57.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 112 | 0 | 0.90 | 0.10 | 0.51 | 306.9 | 0.82 | 0.27 |
| Hex | 7D | C | 70 | 0 | 5A | A | 33 | 133 | 52 | 1B |
| Octal | 175 | 14 | 160 | 0 | 132 | 12 | 63 | 463 | 122 | 33 |
| Binary | 1111101 | 1100 | 1110000 | 0 | 1011010 | 1010 | 110011 | 100110011 | 1010010 | 11011 |
Color Harmonies of #7D0C70
Complementary color
Monochromatic Colors of #7D0C70
Black with #7D0C70
Text Example
Text Example
White with #7D0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0C70; }
p { color: rgb(125,12,112); }
H1.HeaderClassName
{
color: #7D0C70;
}
.AnyTagClassName
{
color: #7D0C70;
}
</style>
background-color css
<style>
a { background-color: #7D0C70; }
a { background-color: rgb(125,12,112); }
div.DivClassName
{
background-color: #7D0C70;
}
.BgClassName
{
background-color: #7D0C70;
}
</style>
border-color css
<style>
span { border-color: #7D0C70; }
span { border-color: rgb(125,12,112); }
td.TdClassName
{
border-color: #7D0C70;
}
.TagClassName
{
border-color: #7D0C70;
}
</style>