Shades of Palatinate Purple #741163
Tints of Palatinate Purple #741163
RGB
CMYK
RGB Variations
Color information
#741163 (or 0x741163) is known color: Palatinate Purple. HEX triplet: 74, 11 and 63. RGB value is (116,17,99). Sum of RGB (Red+Green+Blue) = 116+17+99=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #741163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741163 is #8BEE9C. Grayscale: #373737. Windows color (decimal): -9170589 or 6492532. OLE color: 6492532.
HSL color Cylindrical-coordinate representation of color #741163: hue angle of 310.3º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741163 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 99 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.55 |
| HSL | 310.3º | 0.74% | 0.26% | - |
| HSV(B) | 310.3º | 0.85% | 0.45% | - |
| XYZ | 9.66 | 5.01 | 12.26 | - |
| YUV | 55.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 99 | 0 | 0.85 | 0.15 | 0.55 | 310.3 | 0.74 | 0.26 |
| Hex | 74 | 11 | 63 | 0 | 55 | F | 37 | 136 | 4A | 1A |
| Octal | 164 | 21 | 143 | 0 | 125 | 17 | 67 | 466 | 112 | 32 |
| Binary | 1110100 | 10001 | 1100011 | 0 | 1010101 | 1111 | 110111 | 100110110 | 1001010 | 11010 |
Color Harmonies of #741163
Complementary color
Monochromatic Colors of #741163
Black with #741163
Text Example
Text Example
White with #741163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741163; }
p { color: rgb(116,17,99); }
H1.HeaderClassName
{
color: #741163;
}
.AnyTagClassName
{
color: #741163;
}
</style>
background-color css
<style>
a { background-color: #741163; }
a { background-color: rgb(116,17,99); }
div.DivClassName
{
background-color: #741163;
}
.BgClassName
{
background-color: #741163;
}
</style>
border-color css
<style>
span { border-color: #741163; }
span { border-color: rgb(116,17,99); }
td.TdClassName
{
border-color: #741163;
}
.TagClassName
{
border-color: #741163;
}
</style>