Shades of Palatinate Purple #760B5C
Tints of Palatinate Purple #760B5C
RGB
CMYK
RGB Variations
Color information
#760B5C (or 0x760B5C) is known color: Palatinate Purple. HEX triplet: 76, 0B and 5C. RGB value is (118,11,92). Sum of RGB (Red+Green+Blue) = 118+11+92=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B5C is #89F4A3. Grayscale: #343434. Windows color (decimal): -9041060 or 6032246. OLE color: 6032246.
HSL color Cylindrical-coordinate representation of color #760B5C: hue angle of 314.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B5C is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 92 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.54 |
| HSL | 314.58º | 0.83% | 0.25% | - |
| HSV(B) | 314.58º | 0.91% | 0.46% | - |
| XYZ | 9.52 | 4.86 | 10.56 | - |
| YUV | 52.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 92 | 0 | 0.91 | 0.22 | 0.54 | 314.58 | 0.83 | 0.25 |
| Hex | 76 | B | 5C | 0 | 5B | 16 | 36 | 13B | 53 | 19 |
| Octal | 166 | 13 | 134 | 0 | 133 | 26 | 66 | 473 | 123 | 31 |
| Binary | 1110110 | 1011 | 1011100 | 0 | 1011011 | 10110 | 110110 | 100111011 | 1010011 | 11001 |
Color Harmonies of #760B5C
Complementary color
Monochromatic Colors of #760B5C
Black with #760B5C
Text Example
Text Example
White with #760B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B5C; }
p { color: rgb(118,11,92); }
H1.HeaderClassName
{
color: #760B5C;
}
.AnyTagClassName
{
color: #760B5C;
}
</style>
background-color css
<style>
a { background-color: #760B5C; }
a { background-color: rgb(118,11,92); }
div.DivClassName
{
background-color: #760B5C;
}
.BgClassName
{
background-color: #760B5C;
}
</style>
border-color css
<style>
span { border-color: #760B5C; }
span { border-color: rgb(118,11,92); }
td.TdClassName
{
border-color: #760B5C;
}
.TagClassName
{
border-color: #760B5C;
}
</style>