Shades of Palatinate Purple #7D3166
Tints of Palatinate Purple #7D3166
RGB
CMYK
RGB Variations
Color information
#7D3166 (or 0x7D3166) is known color: Palatinate Purple. HEX triplet: 7D, 31 and 66. RGB value is (125,49,102). Sum of RGB (Red+Green+Blue) = 125+49+102=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3166 is #82CE99. Grayscale: #4D4D4D. Windows color (decimal): -8572570 or 6697341. OLE color: 6697341.
HSL color Cylindrical-coordinate representation of color #7D3166: hue angle of 318.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3166 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 102 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.51 |
| HSL | 318.16º | 0.44% | 0.34% | - |
| HSV(B) | 318.16º | 0.61% | 0.49% | - |
| XYZ | 11.95 | 7.52 | 13.39 | - |
| YUV | 77.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 102 | 0 | 0.61 | 0.18 | 0.51 | 318.16 | 0.44 | 0.34 |
| Hex | 7D | 31 | 66 | 0 | 3D | 12 | 33 | 13E | 2C | 22 |
| Octal | 175 | 61 | 146 | 0 | 75 | 22 | 63 | 476 | 54 | 42 |
| Binary | 1111101 | 110001 | 1100110 | 0 | 111101 | 10010 | 110011 | 100111110 | 101100 | 100010 |
Color Harmonies of #7D3166
Complementary color
Monochromatic Colors of #7D3166
Black with #7D3166
Text Example
Text Example
White with #7D3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3166; }
p { color: rgb(125,49,102); }
H1.HeaderClassName
{
color: #7D3166;
}
.AnyTagClassName
{
color: #7D3166;
}
</style>
background-color css
<style>
a { background-color: #7D3166; }
a { background-color: rgb(125,49,102); }
div.DivClassName
{
background-color: #7D3166;
}
.BgClassName
{
background-color: #7D3166;
}
</style>
border-color css
<style>
span { border-color: #7D3166; }
span { border-color: rgb(125,49,102); }
td.TdClassName
{
border-color: #7D3166;
}
.TagClassName
{
border-color: #7D3166;
}
</style>