Shades of Palatinate Purple #772F6B
Tints of Palatinate Purple #772F6B
RGB
CMYK
RGB Variations
Color information
#772F6B (or 0x772F6B) is known color: Palatinate Purple. HEX triplet: 77, 2F and 6B. RGB value is (119,47,107). Sum of RGB (Red+Green+Blue) = 119+47+107=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F6B is #88D094. Grayscale: #4B4B4B. Windows color (decimal): -8966293 or 7024503. OLE color: 7024503.
HSL color Cylindrical-coordinate representation of color #772F6B: hue angle of 310º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F6B is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 107 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.53 |
| HSL | 310º | 0.43% | 0.33% | - |
| HSV(B) | 310º | 0.61% | 0.47% | - |
| XYZ | 11.28 | 7.02 | 14.67 | - |
| YUV | 75.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 107 | 0 | 0.61 | 0.10 | 0.53 | 310 | 0.43 | 0.33 |
| Hex | 77 | 2F | 6B | 0 | 3D | A | 35 | 136 | 2B | 21 |
| Octal | 167 | 57 | 153 | 0 | 75 | 12 | 65 | 466 | 53 | 41 |
| Binary | 1110111 | 101111 | 1101011 | 0 | 111101 | 1010 | 110101 | 100110110 | 101011 | 100001 |
Color Harmonies of #772F6B
Complementary color
Monochromatic Colors of #772F6B
Black with #772F6B
Text Example
Text Example
White with #772F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F6B; }
p { color: rgb(119,47,107); }
H1.HeaderClassName
{
color: #772F6B;
}
.AnyTagClassName
{
color: #772F6B;
}
</style>
background-color css
<style>
a { background-color: #772F6B; }
a { background-color: rgb(119,47,107); }
div.DivClassName
{
background-color: #772F6B;
}
.BgClassName
{
background-color: #772F6B;
}
</style>
border-color css
<style>
span { border-color: #772F6B; }
span { border-color: rgb(119,47,107); }
td.TdClassName
{
border-color: #772F6B;
}
.TagClassName
{
border-color: #772F6B;
}
</style>