Shades of Palatinate Purple #77305F
Tints of Palatinate Purple #77305F
RGB
CMYK
RGB Variations
Color information
#77305F (or 0x77305F) is known color: Palatinate Purple. HEX triplet: 77, 30 and 5F. RGB value is (119,48,95). Sum of RGB (Red+Green+Blue) = 119+48+95=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77305F is #88CFA0. Grayscale: #4A4A4A. Windows color (decimal): -8966049 or 6238327. OLE color: 6238327.
HSL color Cylindrical-coordinate representation of color #77305F: hue angle of 320.28º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77305F is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 95 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.53 |
| HSL | 320.28º | 0.43% | 0.33% | - |
| HSV(B) | 320.28º | 0.6% | 0.47% | - |
| XYZ | 10.73 | 6.86 | 11.59 | - |
| YUV | 74.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 95 | 0 | 0.60 | 0.20 | 0.53 | 320.28 | 0.43 | 0.33 |
| Hex | 77 | 30 | 5F | 0 | 3C | 14 | 35 | 140 | 2B | 21 |
| Octal | 167 | 60 | 137 | 0 | 74 | 24 | 65 | 500 | 53 | 41 |
| Binary | 1110111 | 110000 | 1011111 | 0 | 111100 | 10100 | 110101 | 101000000 | 101011 | 100001 |
Color Harmonies of #77305F
Complementary color
Monochromatic Colors of #77305F
Black with #77305F
Text Example
Text Example
White with #77305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77305F; }
p { color: rgb(119,48,95); }
H1.HeaderClassName
{
color: #77305F;
}
.AnyTagClassName
{
color: #77305F;
}
</style>
background-color css
<style>
a { background-color: #77305F; }
a { background-color: rgb(119,48,95); }
div.DivClassName
{
background-color: #77305F;
}
.BgClassName
{
background-color: #77305F;
}
</style>
border-color css
<style>
span { border-color: #77305F; }
span { border-color: rgb(119,48,95); }
td.TdClassName
{
border-color: #77305F;
}
.TagClassName
{
border-color: #77305F;
}
</style>