Shades of Dark Purple #7A236D
Tints of Dark Purple #7A236D
RGB
CMYK
RGB Variations
Color information
#7A236D (or 0x7A236D) is known color: Dark Purple. HEX triplet: 7A, 23 and 6D. RGB value is (122,35,109). Sum of RGB (Red+Green+Blue) = 122+35+109=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A236D is #85DC92. Grayscale: #454545. Windows color (decimal): -8772755 or 7152506. OLE color: 7152506.
HSL color Cylindrical-coordinate representation of color #7A236D: hue angle of 308.97º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A236D is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 109 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.52 |
| HSL | 308.97º | 0.55% | 0.31% | - |
| HSV(B) | 308.97º | 0.71% | 0.48% | - |
| XYZ | 11.39 | 6.44 | 15.11 | - |
| YUV | 69.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 109 | 0 | 0.71 | 0.11 | 0.52 | 308.97 | 0.55 | 0.31 |
| Hex | 7A | 23 | 6D | 0 | 47 | B | 34 | 135 | 37 | 1F |
| Octal | 172 | 43 | 155 | 0 | 107 | 13 | 64 | 465 | 67 | 37 |
| Binary | 1111010 | 100011 | 1101101 | 0 | 1000111 | 1011 | 110100 | 100110101 | 110111 | 11111 |
Color Harmonies of #7A236D
Complementary color
Monochromatic Colors of #7A236D
Black with #7A236D
Text Example
Text Example
White with #7A236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A236D; }
p { color: rgb(122,35,109); }
H1.HeaderClassName
{
color: #7A236D;
}
.AnyTagClassName
{
color: #7A236D;
}
</style>
background-color css
<style>
a { background-color: #7A236D; }
a { background-color: rgb(122,35,109); }
div.DivClassName
{
background-color: #7A236D;
}
.BgClassName
{
background-color: #7A236D;
}
</style>
border-color css
<style>
span { border-color: #7A236D; }
span { border-color: rgb(122,35,109); }
td.TdClassName
{
border-color: #7A236D;
}
.TagClassName
{
border-color: #7A236D;
}
</style>