Shades of Purple #7D0085
Tints of Purple #7D0085
RGB
CMYK
RGB Variations
Color information
#7D0085 (or 0x7D0085) is known color: Purple. HEX triplet: 7D, 00 and 85. RGB value is (125,0,133). Sum of RGB (Red+Green+Blue) = 125+0+133=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D0085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0085 is #82FF7A. Grayscale: #343434. Windows color (decimal): -8585083 or 8716413. OLE color: 8716413.
HSL color Cylindrical-coordinate representation of color #7D0085: hue angle of 296.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0085 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 0 | 133 | - |
| CMYK | 0.06 | 1 | 0 | 0.48 |
| HSL | 296.39º | 1% | 0.26% | - |
| HSV(B) | 296.39º | 1% | 0.52% | - |
| XYZ | 12.69 | 6.05 | 22.69 | - |
| YUV | 52.54 | 173.41 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 133 | 0.06 | 1 | 0 | 0.48 | 296.39 | 1 | 0.26 |
| Hex | 7D | 0 | 85 | 6 | 64 | 0 | 30 | 128 | 64 | 1A |
| Octal | 175 | 0 | 205 | 6 | 144 | 0 | 60 | 450 | 144 | 32 |
| Binary | 1111101 | 0 | 10000101 | 110 | 1100100 | 0 | 110000 | 100101000 | 1100100 | 11010 |
Color Harmonies of #7D0085
Complementary color
Monochromatic Colors of #7D0085
Black with #7D0085
Text Example
Text Example
White with #7D0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0085; }
p { color: rgb(125,0,133); }
H1.HeaderClassName
{
color: #7D0085;
}
.AnyTagClassName
{
color: #7D0085;
}
</style>
background-color css
<style>
a { background-color: #7D0085; }
a { background-color: rgb(125,0,133); }
div.DivClassName
{
background-color: #7D0085;
}
.BgClassName
{
background-color: #7D0085;
}
</style>
border-color css
<style>
span { border-color: #7D0085; }
span { border-color: rgb(125,0,133); }
td.TdClassName
{
border-color: #7D0085;
}
.TagClassName
{
border-color: #7D0085;
}
</style>