Shades of Palatinate Purple #7D3268
Tints of Palatinate Purple #7D3268
RGB
CMYK
RGB Variations
Color information
#7D3268 (or 0x7D3268) is known color: Palatinate Purple. HEX triplet: 7D, 32 and 68. RGB value is (125,50,104). Sum of RGB (Red+Green+Blue) = 125+50+104=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3268 is #82CD97. Grayscale: #4E4E4E. Windows color (decimal): -8572312 or 6828669. OLE color: 6828669.
HSL color Cylindrical-coordinate representation of color #7D3268: hue angle of 316.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3268 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 50 | 104 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.51 |
| HSL | 316.8º | 0.43% | 0.34% | - |
| HSV(B) | 316.8º | 0.6% | 0.49% | - |
| XYZ | 12.1 | 7.64 | 13.93 | - |
| YUV | 78.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 104 | 0 | 0.60 | 0.17 | 0.51 | 316.8 | 0.43 | 0.34 |
| Hex | 7D | 32 | 68 | 0 | 3C | 11 | 33 | 13D | 2B | 22 |
| Octal | 175 | 62 | 150 | 0 | 74 | 21 | 63 | 475 | 53 | 42 |
| Binary | 1111101 | 110010 | 1101000 | 0 | 111100 | 10001 | 110011 | 100111101 | 101011 | 100010 |
Color Harmonies of #7D3268
Complementary color
Monochromatic Colors of #7D3268
Black with #7D3268
Text Example
Text Example
White with #7D3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3268; }
p { color: rgb(125,50,104); }
H1.HeaderClassName
{
color: #7D3268;
}
.AnyTagClassName
{
color: #7D3268;
}
</style>
background-color css
<style>
a { background-color: #7D3268; }
a { background-color: rgb(125,50,104); }
div.DivClassName
{
background-color: #7D3268;
}
.BgClassName
{
background-color: #7D3268;
}
</style>
border-color css
<style>
span { border-color: #7D3268; }
span { border-color: rgb(125,50,104); }
td.TdClassName
{
border-color: #7D3268;
}
.TagClassName
{
border-color: #7D3268;
}
</style>