Shades of Dark Purple #7D3375
Tints of Dark Purple #7D3375
RGB
CMYK
RGB Variations
Color information
#7D3375 (or 0x7D3375) is known color: Dark Purple. HEX triplet: 7D, 33 and 75. RGB value is (125,51,117). Sum of RGB (Red+Green+Blue) = 125+51+117=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3375 is #82CC8A. Grayscale: #505050. Windows color (decimal): -8572043 or 7680893. OLE color: 7680893.
HSL color Cylindrical-coordinate representation of color #7D3375: hue angle of 306.49º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3375 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 117 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.51 |
| HSL | 306.49º | 0.42% | 0.35% | - |
| HSV(B) | 306.49º | 0.59% | 0.49% | - |
| XYZ | 12.85 | 8.01 | 17.7 | - |
| YUV | 80.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 117 | 0 | 0.59 | 0.06 | 0.51 | 306.49 | 0.42 | 0.35 |
| Hex | 7D | 33 | 75 | 0 | 3B | 6 | 33 | 132 | 2A | 23 |
| Octal | 175 | 63 | 165 | 0 | 73 | 6 | 63 | 462 | 52 | 43 |
| Binary | 1111101 | 110011 | 1110101 | 0 | 111011 | 110 | 110011 | 100110010 | 101010 | 100011 |
Color Harmonies of #7D3375
Complementary color
Monochromatic Colors of #7D3375
Black with #7D3375
Text Example
Text Example
White with #7D3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3375; }
p { color: rgb(125,51,117); }
H1.HeaderClassName
{
color: #7D3375;
}
.AnyTagClassName
{
color: #7D3375;
}
</style>
background-color css
<style>
a { background-color: #7D3375; }
a { background-color: rgb(125,51,117); }
div.DivClassName
{
background-color: #7D3375;
}
.BgClassName
{
background-color: #7D3375;
}
</style>
border-color css
<style>
span { border-color: #7D3375; }
span { border-color: rgb(125,51,117); }
td.TdClassName
{
border-color: #7D3375;
}
.TagClassName
{
border-color: #7D3375;
}
</style>