Shades of Palatinate Purple #7D3466
Tints of Palatinate Purple #7D3466
RGB
CMYK
RGB Variations
Color information
#7D3466 (or 0x7D3466) is known color: Palatinate Purple. HEX triplet: 7D, 34 and 66. RGB value is (125,52,102). Sum of RGB (Red+Green+Blue) = 125+52+102=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3466 is #82CB99. Grayscale: #4F4F4F. Windows color (decimal): -8571802 or 6698109. OLE color: 6698109.
HSL color Cylindrical-coordinate representation of color #7D3466: hue angle of 318.9º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3466 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 102 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.51 |
| HSL | 318.9º | 0.41% | 0.35% | - |
| HSV(B) | 318.9º | 0.58% | 0.49% | - |
| XYZ | 12.08 | 7.78 | 13.43 | - |
| YUV | 79.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 102 | 0 | 0.58 | 0.18 | 0.51 | 318.9 | 0.41 | 0.35 |
| Hex | 7D | 34 | 66 | 0 | 3A | 12 | 33 | 13F | 29 | 23 |
| Octal | 175 | 64 | 146 | 0 | 72 | 22 | 63 | 477 | 51 | 43 |
| Binary | 1111101 | 110100 | 1100110 | 0 | 111010 | 10010 | 110011 | 100111111 | 101001 | 100011 |
Color Harmonies of #7D3466
Complementary color
Monochromatic Colors of #7D3466
Black with #7D3466
Text Example
Text Example
White with #7D3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3466; }
p { color: rgb(125,52,102); }
H1.HeaderClassName
{
color: #7D3466;
}
.AnyTagClassName
{
color: #7D3466;
}
</style>
background-color css
<style>
a { background-color: #7D3466; }
a { background-color: rgb(125,52,102); }
div.DivClassName
{
background-color: #7D3466;
}
.BgClassName
{
background-color: #7D3466;
}
</style>
border-color css
<style>
span { border-color: #7D3466; }
span { border-color: rgb(125,52,102); }
td.TdClassName
{
border-color: #7D3466;
}
.TagClassName
{
border-color: #7D3466;
}
</style>