Shades of Palatinate Purple #773D67
Tints of Palatinate Purple #773D67
RGB
CMYK
RGB Variations
Color information
#773D67 (or 0x773D67) is known color: Palatinate Purple. HEX triplet: 77, 3D and 67. RGB value is (119,61,103). Sum of RGB (Red+Green+Blue) = 119+61+103=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #773D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D67 is #88C298. Grayscale: #535353. Windows color (decimal): -8962713 or 6765943. OLE color: 6765943.
HSL color Cylindrical-coordinate representation of color #773D67: hue angle of 316.55º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D67 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 103 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.53 |
| HSL | 316.55º | 0.32% | 0.35% | - |
| HSV(B) | 316.55º | 0.49% | 0.47% | - |
| XYZ | 11.72 | 8.24 | 13.8 | - |
| YUV | 83.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 103 | 0 | 0.49 | 0.13 | 0.53 | 316.55 | 0.32 | 0.35 |
| Hex | 77 | 3D | 67 | 0 | 31 | D | 35 | 13D | 20 | 23 |
| Octal | 167 | 75 | 147 | 0 | 61 | 15 | 65 | 475 | 40 | 43 |
| Binary | 1110111 | 111101 | 1100111 | 0 | 110001 | 1101 | 110101 | 100111101 | 100000 | 100011 |
Color Harmonies of #773D67
Complementary color
Monochromatic Colors of #773D67
Black with #773D67
Text Example
Text Example
White with #773D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D67; }
p { color: rgb(119,61,103); }
H1.HeaderClassName
{
color: #773D67;
}
.AnyTagClassName
{
color: #773D67;
}
</style>
background-color css
<style>
a { background-color: #773D67; }
a { background-color: rgb(119,61,103); }
div.DivClassName
{
background-color: #773D67;
}
.BgClassName
{
background-color: #773D67;
}
</style>
border-color css
<style>
span { border-color: #773D67; }
span { border-color: rgb(119,61,103); }
td.TdClassName
{
border-color: #773D67;
}
.TagClassName
{
border-color: #773D67;
}
</style>