Shades of Dark Purple #7D0B6D
Tints of Dark Purple #7D0B6D
RGB
CMYK
RGB Variations
Color information
#7D0B6D (or 0x7D0B6D) is known color: Dark Purple. HEX triplet: 7D, 0B and 6D. RGB value is (125,11,109). Sum of RGB (Red+Green+Blue) = 125+11+109=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B6D is #82F492. Grayscale: #373737. Windows color (decimal): -8582291 or 7146365. OLE color: 7146365.
HSL color Cylindrical-coordinate representation of color #7D0B6D: hue angle of 308.42º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B6D is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 109 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.51 |
| HSL | 308.42º | 0.84% | 0.27% | - |
| HSV(B) | 308.42º | 0.91% | 0.49% | - |
| XYZ | 11.34 | 5.7 | 14.97 | - |
| YUV | 56.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 109 | 0 | 0.91 | 0.13 | 0.51 | 308.42 | 0.84 | 0.27 |
| Hex | 7D | B | 6D | 0 | 5B | D | 33 | 134 | 54 | 1B |
| Octal | 175 | 13 | 155 | 0 | 133 | 15 | 63 | 464 | 124 | 33 |
| Binary | 1111101 | 1011 | 1101101 | 0 | 1011011 | 1101 | 110011 | 100110100 | 1010100 | 11011 |
Color Harmonies of #7D0B6D
Complementary color
Monochromatic Colors of #7D0B6D
Black with #7D0B6D
Text Example
Text Example
White with #7D0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B6D; }
p { color: rgb(125,11,109); }
H1.HeaderClassName
{
color: #7D0B6D;
}
.AnyTagClassName
{
color: #7D0B6D;
}
</style>
background-color css
<style>
a { background-color: #7D0B6D; }
a { background-color: rgb(125,11,109); }
div.DivClassName
{
background-color: #7D0B6D;
}
.BgClassName
{
background-color: #7D0B6D;
}
</style>
border-color css
<style>
span { border-color: #7D0B6D; }
span { border-color: rgb(125,11,109); }
td.TdClassName
{
border-color: #7D0B6D;
}
.TagClassName
{
border-color: #7D0B6D;
}
</style>