Shades of Purple #7D036D
Tints of Purple #7D036D
RGB
CMYK
RGB Variations
Color information
#7D036D (or 0x7D036D) is known color: Purple. HEX triplet: 7D, 03 and 6D. RGB value is (125,3,109). Sum of RGB (Red+Green+Blue) = 125+3+109=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D036D is #82FC92. Grayscale: #333333. Windows color (decimal): -8584339 or 7144317. OLE color: 7144317.
HSL color Cylindrical-coordinate representation of color #7D036D: hue angle of 307.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D036D is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.51 |
| HSL | 307.87º | 0.95% | 0.25% | - |
| HSV(B) | 307.87º | 0.98% | 0.49% | - |
| XYZ | 11.25 | 5.53 | 14.94 | - |
| YUV | 51.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 109 | 0 | 0.98 | 0.13 | 0.51 | 307.87 | 0.95 | 0.25 |
| Hex | 7D | 3 | 6D | 0 | 62 | D | 33 | 134 | 5F | 19 |
| Octal | 175 | 3 | 155 | 0 | 142 | 15 | 63 | 464 | 137 | 31 |
| Binary | 1111101 | 11 | 1101101 | 0 | 1100010 | 1101 | 110011 | 100110100 | 1011111 | 11001 |
Color Harmonies of #7D036D
Complementary color
Monochromatic Colors of #7D036D
Black with #7D036D
Text Example
Text Example
White with #7D036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D036D; }
p { color: rgb(125,3,109); }
H1.HeaderClassName
{
color: #7D036D;
}
.AnyTagClassName
{
color: #7D036D;
}
</style>
background-color css
<style>
a { background-color: #7D036D; }
a { background-color: rgb(125,3,109); }
div.DivClassName
{
background-color: #7D036D;
}
.BgClassName
{
background-color: #7D036D;
}
</style>
border-color css
<style>
span { border-color: #7D036D; }
span { border-color: rgb(125,3,109); }
td.TdClassName
{
border-color: #7D036D;
}
.TagClassName
{
border-color: #7D036D;
}
</style>