Shades of Dark Purple #7D227C
Tints of Dark Purple #7D227C
RGB
CMYK
RGB Variations
Color information
#7D227C (or 0x7D227C) is known color: Dark Purple. HEX triplet: 7D, 22 and 7C. RGB value is (125,34,124). Sum of RGB (Red+Green+Blue) = 125+34+124=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D227C is #82DD83. Grayscale: #474747. Windows color (decimal): -8576388 or 8135293. OLE color: 8135293.
HSL color Cylindrical-coordinate representation of color #7D227C: hue angle of 300.66º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D227C is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 124 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.51 |
| HSL | 300.66º | 0.57% | 0.31% | - |
| HSV(B) | 300.66º | 0.73% | 0.49% | - |
| XYZ | 12.67 | 6.96 | 19.74 | - |
| YUV | 71.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 124 | 0 | 0.73 | 0.01 | 0.51 | 300.66 | 0.57 | 0.31 |
| Hex | 7D | 22 | 7C | 0 | 49 | 1 | 33 | 12D | 39 | 1F |
| Octal | 175 | 42 | 174 | 0 | 111 | 1 | 63 | 455 | 71 | 37 |
| Binary | 1111101 | 100010 | 1111100 | 0 | 1001001 | 1 | 110011 | 100101101 | 111001 | 11111 |
Color Harmonies of #7D227C
Complementary color
Monochromatic Colors of #7D227C
Black with #7D227C
Text Example
Text Example
White with #7D227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D227C; }
p { color: rgb(125,34,124); }
H1.HeaderClassName
{
color: #7D227C;
}
.AnyTagClassName
{
color: #7D227C;
}
</style>
background-color css
<style>
a { background-color: #7D227C; }
a { background-color: rgb(125,34,124); }
div.DivClassName
{
background-color: #7D227C;
}
.BgClassName
{
background-color: #7D227C;
}
</style>
border-color css
<style>
span { border-color: #7D227C; }
span { border-color: rgb(125,34,124); }
td.TdClassName
{
border-color: #7D227C;
}
.TagClassName
{
border-color: #7D227C;
}
</style>