Shades of Dark Purple #7D226B
Tints of Dark Purple #7D226B
RGB
CMYK
RGB Variations
Color information
#7D226B (or 0x7D226B) is known color: Dark Purple. HEX triplet: 7D, 22 and 6B. RGB value is (125,34,107). Sum of RGB (Red+Green+Blue) = 125+34+107=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D226B is #82DD94. Grayscale: #454545. Windows color (decimal): -8576405 or 7021181. OLE color: 7021181.
HSL color Cylindrical-coordinate representation of color #7D226B: hue angle of 311.87º 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 #7D226B is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 107 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.51 |
| HSL | 311.87º | 0.57% | 0.31% | - |
| HSV(B) | 311.87º | 0.73% | 0.49% | - |
| XYZ | 11.68 | 6.57 | 14.56 | - |
| YUV | 69.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 107 | 0 | 0.73 | 0.14 | 0.51 | 311.87 | 0.57 | 0.31 |
| Hex | 7D | 22 | 6B | 0 | 49 | E | 33 | 138 | 39 | 1F |
| Octal | 175 | 42 | 153 | 0 | 111 | 16 | 63 | 470 | 71 | 37 |
| Binary | 1111101 | 100010 | 1101011 | 0 | 1001001 | 1110 | 110011 | 100111000 | 111001 | 11111 |
Color Harmonies of #7D226B
Complementary color
Monochromatic Colors of #7D226B
Black with #7D226B
Text Example
Text Example
White with #7D226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D226B; }
p { color: rgb(125,34,107); }
H1.HeaderClassName
{
color: #7D226B;
}
.AnyTagClassName
{
color: #7D226B;
}
</style>
background-color css
<style>
a { background-color: #7D226B; }
a { background-color: rgb(125,34,107); }
div.DivClassName
{
background-color: #7D226B;
}
.BgClassName
{
background-color: #7D226B;
}
</style>
border-color css
<style>
span { border-color: #7D226B; }
span { border-color: rgb(125,34,107); }
td.TdClassName
{
border-color: #7D226B;
}
.TagClassName
{
border-color: #7D226B;
}
</style>