Shades of Palatinate Purple #761B5B
Tints of Palatinate Purple #761B5B
RGB
CMYK
RGB Variations
Color information
#761B5B (or 0x761B5B) is known color: Palatinate Purple. HEX triplet: 76, 1B and 5B. RGB value is (118,27,91). Sum of RGB (Red+Green+Blue) = 118+27+91=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B5B is #89E4A4. Grayscale: #3D3D3D. Windows color (decimal): -9036965 or 5970806. OLE color: 5970806.
HSL color Cylindrical-coordinate representation of color #761B5B: hue angle of 317.8º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B5B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 91 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.54 |
| HSL | 317.8º | 0.63% | 0.28% | - |
| HSV(B) | 317.8º | 0.77% | 0.46% | - |
| XYZ | 9.75 | 5.39 | 10.42 | - |
| YUV | 61.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 91 | 0 | 0.77 | 0.23 | 0.54 | 317.8 | 0.63 | 0.28 |
| Hex | 76 | 1B | 5B | 0 | 4D | 17 | 36 | 13E | 3F | 1C |
| Octal | 166 | 33 | 133 | 0 | 115 | 27 | 66 | 476 | 77 | 34 |
| Binary | 1110110 | 11011 | 1011011 | 0 | 1001101 | 10111 | 110110 | 100111110 | 111111 | 11100 |
Color Harmonies of #761B5B
Complementary color
Monochromatic Colors of #761B5B
Black with #761B5B
Text Example
Text Example
White with #761B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B5B; }
p { color: rgb(118,27,91); }
H1.HeaderClassName
{
color: #761B5B;
}
.AnyTagClassName
{
color: #761B5B;
}
</style>
background-color css
<style>
a { background-color: #761B5B; }
a { background-color: rgb(118,27,91); }
div.DivClassName
{
background-color: #761B5B;
}
.BgClassName
{
background-color: #761B5B;
}
</style>
border-color css
<style>
span { border-color: #761B5B; }
span { border-color: rgb(118,27,91); }
td.TdClassName
{
border-color: #761B5B;
}
.TagClassName
{
border-color: #761B5B;
}
</style>