Shades of Palatinate Purple #773C6A
Tints of Palatinate Purple #773C6A
RGB
CMYK
RGB Variations
Color information
#773C6A (or 0x773C6A) is known color: Palatinate Purple. HEX triplet: 77, 3C and 6A. RGB value is (119,60,106). Sum of RGB (Red+Green+Blue) = 119+60+106=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C6A is #88C395. Grayscale: #525252. Windows color (decimal): -8962966 or 6962295. OLE color: 6962295.
HSL color Cylindrical-coordinate representation of color #773C6A: hue angle of 313.22º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C6A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 106 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.53 |
| HSL | 313.22º | 0.33% | 0.35% | - |
| HSV(B) | 313.22º | 0.5% | 0.47% | - |
| XYZ | 11.83 | 8.19 | 14.59 | - |
| YUV | 82.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 106 | 0 | 0.50 | 0.11 | 0.53 | 313.22 | 0.33 | 0.35 |
| Hex | 77 | 3C | 6A | 0 | 32 | B | 35 | 139 | 21 | 23 |
| Octal | 167 | 74 | 152 | 0 | 62 | 13 | 65 | 471 | 41 | 43 |
| Binary | 1110111 | 111100 | 1101010 | 0 | 110010 | 1011 | 110101 | 100111001 | 100001 | 100011 |
Color Harmonies of #773C6A
Complementary color
Monochromatic Colors of #773C6A
Black with #773C6A
Text Example
Text Example
White with #773C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C6A; }
p { color: rgb(119,60,106); }
H1.HeaderClassName
{
color: #773C6A;
}
.AnyTagClassName
{
color: #773C6A;
}
</style>
background-color css
<style>
a { background-color: #773C6A; }
a { background-color: rgb(119,60,106); }
div.DivClassName
{
background-color: #773C6A;
}
.BgClassName
{
background-color: #773C6A;
}
</style>
border-color css
<style>
span { border-color: #773C6A; }
span { border-color: rgb(119,60,106); }
td.TdClassName
{
border-color: #773C6A;
}
.TagClassName
{
border-color: #773C6A;
}
</style>