Shades of Palatinate Purple #761B5C
Tints of Palatinate Purple #761B5C
RGB
CMYK
RGB Variations
Color information
#761B5C (or 0x761B5C) is known color: Palatinate Purple. HEX triplet: 76, 1B and 5C. RGB value is (118,27,92). Sum of RGB (Red+Green+Blue) = 118+27+92=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #761B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B5C is #89E4A3. Grayscale: #3D3D3D. Windows color (decimal): -9036964 or 6036342. OLE color: 6036342.
HSL color Cylindrical-coordinate representation of color #761B5C: hue angle of 317.14º 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 #761B5C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 92 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.54 |
| HSL | 317.14º | 0.63% | 0.28% | - |
| HSV(B) | 317.14º | 0.77% | 0.46% | - |
| XYZ | 9.79 | 5.41 | 10.65 | - |
| YUV | 61.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 92 | 0 | 0.77 | 0.22 | 0.54 | 317.14 | 0.63 | 0.28 |
| Hex | 76 | 1B | 5C | 0 | 4D | 16 | 36 | 13D | 3F | 1C |
| Octal | 166 | 33 | 134 | 0 | 115 | 26 | 66 | 475 | 77 | 34 |
| Binary | 1110110 | 11011 | 1011100 | 0 | 1001101 | 10110 | 110110 | 100111101 | 111111 | 11100 |
Color Harmonies of #761B5C
Complementary color
Monochromatic Colors of #761B5C
Black with #761B5C
Text Example
Text Example
White with #761B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B5C; }
p { color: rgb(118,27,92); }
H1.HeaderClassName
{
color: #761B5C;
}
.AnyTagClassName
{
color: #761B5C;
}
</style>
background-color css
<style>
a { background-color: #761B5C; }
a { background-color: rgb(118,27,92); }
div.DivClassName
{
background-color: #761B5C;
}
.BgClassName
{
background-color: #761B5C;
}
</style>
border-color css
<style>
span { border-color: #761B5C; }
span { border-color: rgb(118,27,92); }
td.TdClassName
{
border-color: #761B5C;
}
.TagClassName
{
border-color: #761B5C;
}
</style>