Shades of Palatinate Purple #7D3A6C
Tints of Palatinate Purple #7D3A6C
RGB
CMYK
RGB Variations
Color information
#7D3A6C (or 0x7D3A6C) is known color: Palatinate Purple. HEX triplet: 7D, 3A and 6C. RGB value is (125,58,108). Sum of RGB (Red+Green+Blue) = 125+58+108=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3A6C is #82C593. Grayscale: #535353. Windows color (decimal): -8570260 or 7092861. OLE color: 7092861.
HSL color Cylindrical-coordinate representation of color #7D3A6C: hue angle of 315.22º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3A6C is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 108 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.51 |
| HSL | 315.22º | 0.37% | 0.36% | - |
| HSV(B) | 315.22º | 0.54% | 0.49% | - |
| XYZ | 12.68 | 8.47 | 15.15 | - |
| YUV | 83.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 108 | 0 | 0.54 | 0.14 | 0.51 | 315.22 | 0.37 | 0.36 |
| Hex | 7D | 3A | 6C | 0 | 36 | E | 33 | 13B | 25 | 24 |
| Octal | 175 | 72 | 154 | 0 | 66 | 16 | 63 | 473 | 45 | 44 |
| Binary | 1111101 | 111010 | 1101100 | 0 | 110110 | 1110 | 110011 | 100111011 | 100101 | 100100 |
Color Harmonies of #7D3A6C
Complementary color
Monochromatic Colors of #7D3A6C
Black with #7D3A6C
Text Example
Text Example
White with #7D3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A6C; }
p { color: rgb(125,58,108); }
H1.HeaderClassName
{
color: #7D3A6C;
}
.AnyTagClassName
{
color: #7D3A6C;
}
</style>
background-color css
<style>
a { background-color: #7D3A6C; }
a { background-color: rgb(125,58,108); }
div.DivClassName
{
background-color: #7D3A6C;
}
.BgClassName
{
background-color: #7D3A6C;
}
</style>
border-color css
<style>
span { border-color: #7D3A6C; }
span { border-color: rgb(125,58,108); }
td.TdClassName
{
border-color: #7D3A6C;
}
.TagClassName
{
border-color: #7D3A6C;
}
</style>