Shades of Palatinate Purple #7D3B6D
Tints of Palatinate Purple #7D3B6D
RGB
CMYK
RGB Variations
Color information
#7D3B6D (or 0x7D3B6D) is known color: Palatinate Purple. HEX triplet: 7D, 3B and 6D. RGB value is (125,59,109). Sum of RGB (Red+Green+Blue) = 125+59+109=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3B6D is #82C492. Grayscale: #545454. Windows color (decimal): -8570003 or 7158653. OLE color: 7158653.
HSL color Cylindrical-coordinate representation of color #7D3B6D: hue angle of 314.55º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D3B6D is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 59 | 109 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.51 |
| HSL | 314.55º | 0.36% | 0.36% | - |
| HSV(B) | 314.55º | 0.53% | 0.49% | - |
| XYZ | 12.78 | 8.59 | 15.45 | - |
| YUV | 84.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 109 | 0 | 0.53 | 0.13 | 0.51 | 314.55 | 0.36 | 0.36 |
| Hex | 7D | 3B | 6D | 0 | 35 | D | 33 | 13B | 24 | 24 |
| Octal | 175 | 73 | 155 | 0 | 65 | 15 | 63 | 473 | 44 | 44 |
| Binary | 1111101 | 111011 | 1101101 | 0 | 110101 | 1101 | 110011 | 100111011 | 100100 | 100100 |
Color Harmonies of #7D3B6D
Complementary color
Monochromatic Colors of #7D3B6D
Black with #7D3B6D
Text Example
Text Example
White with #7D3B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3B6D; }
p { color: rgb(125,59,109); }
H1.HeaderClassName
{
color: #7D3B6D;
}
.AnyTagClassName
{
color: #7D3B6D;
}
</style>
background-color css
<style>
a { background-color: #7D3B6D; }
a { background-color: rgb(125,59,109); }
div.DivClassName
{
background-color: #7D3B6D;
}
.BgClassName
{
background-color: #7D3B6D;
}
</style>
border-color css
<style>
span { border-color: #7D3B6D; }
span { border-color: rgb(125,59,109); }
td.TdClassName
{
border-color: #7D3B6D;
}
.TagClassName
{
border-color: #7D3B6D;
}
</style>