Shades of Dark Purple #7D2465
Tints of Dark Purple #7D2465
RGB
CMYK
RGB Variations
Color information
#7D2465 (or 0x7D2465) is known color: Dark Purple. HEX triplet: 7D, 24 and 65. RGB value is (125,36,101). Sum of RGB (Red+Green+Blue) = 125+36+101=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2465 is #82DB9A. Grayscale: #454545. Windows color (decimal): -8575899 or 6628477. OLE color: 6628477.
HSL color Cylindrical-coordinate representation of color #7D2465: hue angle of 316.18º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D2465 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 101 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.51 |
| HSL | 316.18º | 0.55% | 0.32% | - |
| HSV(B) | 316.18º | 0.71% | 0.49% | - |
| XYZ | 11.44 | 6.56 | 12.98 | - |
| YUV | 70.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 101 | 0 | 0.71 | 0.19 | 0.51 | 316.18 | 0.55 | 0.32 |
| Hex | 7D | 24 | 65 | 0 | 47 | 13 | 33 | 13C | 37 | 20 |
| Octal | 175 | 44 | 145 | 0 | 107 | 23 | 63 | 474 | 67 | 40 |
| Binary | 1111101 | 100100 | 1100101 | 0 | 1000111 | 10011 | 110011 | 100111100 | 110111 | 100000 |
Color Harmonies of #7D2465
Complementary color
Monochromatic Colors of #7D2465
Black with #7D2465
Text Example
Text Example
White with #7D2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2465; }
p { color: rgb(125,36,101); }
H1.HeaderClassName
{
color: #7D2465;
}
.AnyTagClassName
{
color: #7D2465;
}
</style>
background-color css
<style>
a { background-color: #7D2465; }
a { background-color: rgb(125,36,101); }
div.DivClassName
{
background-color: #7D2465;
}
.BgClassName
{
background-color: #7D2465;
}
</style>
border-color css
<style>
span { border-color: #7D2465; }
span { border-color: rgb(125,36,101); }
td.TdClassName
{
border-color: #7D2465;
}
.TagClassName
{
border-color: #7D2465;
}
</style>