Shades of Dark Purple #7D0B69
Tints of Dark Purple #7D0B69
RGB
CMYK
RGB Variations
Color information
#7D0B69 (or 0x7D0B69) is known color: Dark Purple. HEX triplet: 7D, 0B and 69. RGB value is (125,11,105). Sum of RGB (Red+Green+Blue) = 125+11+105=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B69 is #82F496. Grayscale: #373737. Windows color (decimal): -8582295 or 6884221. OLE color: 6884221.
HSL color Cylindrical-coordinate representation of color #7D0B69: hue angle of 310.53º 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 #7D0B69 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 105 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.51 |
| HSL | 310.53º | 0.84% | 0.27% | - |
| HSV(B) | 310.53º | 0.91% | 0.49% | - |
| XYZ | 11.13 | 5.62 | 13.86 | - |
| YUV | 55.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 105 | 0 | 0.91 | 0.16 | 0.51 | 310.53 | 0.84 | 0.27 |
| Hex | 7D | B | 69 | 0 | 5B | 10 | 33 | 137 | 54 | 1B |
| Octal | 175 | 13 | 151 | 0 | 133 | 20 | 63 | 467 | 124 | 33 |
| Binary | 1111101 | 1011 | 1101001 | 0 | 1011011 | 10000 | 110011 | 100110111 | 1010100 | 11011 |
Color Harmonies of #7D0B69
Complementary color
Monochromatic Colors of #7D0B69
Black with #7D0B69
Text Example
Text Example
White with #7D0B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B69; }
p { color: rgb(125,11,105); }
H1.HeaderClassName
{
color: #7D0B69;
}
.AnyTagClassName
{
color: #7D0B69;
}
</style>
background-color css
<style>
a { background-color: #7D0B69; }
a { background-color: rgb(125,11,105); }
div.DivClassName
{
background-color: #7D0B69;
}
.BgClassName
{
background-color: #7D0B69;
}
</style>
border-color css
<style>
span { border-color: #7D0B69; }
span { border-color: rgb(125,11,105); }
td.TdClassName
{
border-color: #7D0B69;
}
.TagClassName
{
border-color: #7D0B69;
}
</style>