Shades of Dark Purple #7D286C
Tints of Dark Purple #7D286C
RGB
CMYK
RGB Variations
Color information
#7D286C (or 0x7D286C) is known color: Dark Purple. HEX triplet: 7D, 28 and 6C. RGB value is (125,40,108). Sum of RGB (Red+Green+Blue) = 125+40+108=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D286C is #82D793. Grayscale: #484848. Windows color (decimal): -8574868 or 7088253. OLE color: 7088253.
HSL color Cylindrical-coordinate representation of color #7D286C: hue angle of 312º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D286C is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 108 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.51 |
| HSL | 312º | 0.52% | 0.32% | - |
| HSV(B) | 312º | 0.68% | 0.49% | - |
| XYZ | 11.92 | 6.96 | 14.9 | - |
| YUV | 73.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 108 | 0 | 0.68 | 0.14 | 0.51 | 312 | 0.52 | 0.32 |
| Hex | 7D | 28 | 6C | 0 | 44 | E | 33 | 138 | 34 | 20 |
| Octal | 175 | 50 | 154 | 0 | 104 | 16 | 63 | 470 | 64 | 40 |
| Binary | 1111101 | 101000 | 1101100 | 0 | 1000100 | 1110 | 110011 | 100111000 | 110100 | 100000 |
Color Harmonies of #7D286C
Complementary color
Monochromatic Colors of #7D286C
Black with #7D286C
Text Example
Text Example
White with #7D286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D286C; }
p { color: rgb(125,40,108); }
H1.HeaderClassName
{
color: #7D286C;
}
.AnyTagClassName
{
color: #7D286C;
}
</style>
background-color css
<style>
a { background-color: #7D286C; }
a { background-color: rgb(125,40,108); }
div.DivClassName
{
background-color: #7D286C;
}
.BgClassName
{
background-color: #7D286C;
}
</style>
border-color css
<style>
span { border-color: #7D286C; }
span { border-color: rgb(125,40,108); }
td.TdClassName
{
border-color: #7D286C;
}
.TagClassName
{
border-color: #7D286C;
}
</style>