Shades of Palatinate Purple #761E6B
Tints of Palatinate Purple #761E6B
RGB
CMYK
RGB Variations
Color information
#761E6B (or 0x761E6B) is known color: Palatinate Purple. HEX triplet: 76, 1E and 6B. RGB value is (118,30,107). Sum of RGB (Red+Green+Blue) = 118+30+107=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #761E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E6B is #89E194. Grayscale: #404040. Windows color (decimal): -9036181 or 7020150. OLE color: 7020150.
HSL color Cylindrical-coordinate representation of color #761E6B: hue angle of 307.5º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E6B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 107 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.54 |
| HSL | 307.5º | 0.59% | 0.29% | - |
| HSV(B) | 307.5º | 0.75% | 0.46% | - |
| XYZ | 10.59 | 5.84 | 14.48 | - |
| YUV | 65.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 107 | 0 | 0.75 | 0.09 | 0.54 | 307.5 | 0.59 | 0.29 |
| Hex | 76 | 1E | 6B | 0 | 4B | 9 | 36 | 134 | 3B | 1D |
| Octal | 166 | 36 | 153 | 0 | 113 | 11 | 66 | 464 | 73 | 35 |
| Binary | 1110110 | 11110 | 1101011 | 0 | 1001011 | 1001 | 110110 | 100110100 | 111011 | 11101 |
Color Harmonies of #761E6B
Complementary color
Monochromatic Colors of #761E6B
Black with #761E6B
Text Example
Text Example
White with #761E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E6B; }
p { color: rgb(118,30,107); }
H1.HeaderClassName
{
color: #761E6B;
}
.AnyTagClassName
{
color: #761E6B;
}
</style>
background-color css
<style>
a { background-color: #761E6B; }
a { background-color: rgb(118,30,107); }
div.DivClassName
{
background-color: #761E6B;
}
.BgClassName
{
background-color: #761E6B;
}
</style>
border-color css
<style>
span { border-color: #761E6B; }
span { border-color: rgb(118,30,107); }
td.TdClassName
{
border-color: #761E6B;
}
.TagClassName
{
border-color: #761E6B;
}
</style>