Shades of Purple #7D0677
Tints of Purple #7D0677
RGB
CMYK
RGB Variations
Color information
#7D0677 (or 0x7D0677) is known color: Purple. HEX triplet: 7D, 06 and 77. RGB value is (125,6,119). Sum of RGB (Red+Green+Blue) = 125+6+119=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0677 is #82F988. Grayscale: #363636. Windows color (decimal): -8583561 or 7800445. OLE color: 7800445.
HSL color Cylindrical-coordinate representation of color #7D0677: hue angle of 303.03º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0677 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 6 | 119 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.51 |
| HSL | 303.03º | 0.91% | 0.26% | - |
| HSV(B) | 303.03º | 0.95% | 0.49% | - |
| XYZ | 11.85 | 5.82 | 17.95 | - |
| YUV | 54.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 119 | 0 | 0.95 | 0.05 | 0.51 | 303.03 | 0.91 | 0.26 |
| Hex | 7D | 6 | 77 | 0 | 5F | 5 | 33 | 12F | 5B | 1A |
| Octal | 175 | 6 | 167 | 0 | 137 | 5 | 63 | 457 | 133 | 32 |
| Binary | 1111101 | 110 | 1110111 | 0 | 1011111 | 101 | 110011 | 100101111 | 1011011 | 11010 |
Color Harmonies of #7D0677
Complementary color
Monochromatic Colors of #7D0677
Black with #7D0677
Text Example
Text Example
White with #7D0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0677; }
p { color: rgb(125,6,119); }
H1.HeaderClassName
{
color: #7D0677;
}
.AnyTagClassName
{
color: #7D0677;
}
</style>
background-color css
<style>
a { background-color: #7D0677; }
a { background-color: rgb(125,6,119); }
div.DivClassName
{
background-color: #7D0677;
}
.BgClassName
{
background-color: #7D0677;
}
</style>
border-color css
<style>
span { border-color: #7D0677; }
span { border-color: rgb(125,6,119); }
td.TdClassName
{
border-color: #7D0677;
}
.TagClassName
{
border-color: #7D0677;
}
</style>