Shades of Palatinate Purple #741963
Tints of Palatinate Purple #741963
RGB
CMYK
RGB Variations
Color information
#741963 (or 0x741963) is known color: Palatinate Purple. HEX triplet: 74, 19 and 63. RGB value is (116,25,99). Sum of RGB (Red+Green+Blue) = 116+25+99=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #741963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741963 is #8BE69C. Grayscale: #3C3C3C. Windows color (decimal): -9168541 or 6494580. OLE color: 6494580.
HSL color Cylindrical-coordinate representation of color #741963: hue angle of 311.21º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741963 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 99 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.55 |
| HSL | 311.21º | 0.65% | 0.28% | - |
| HSV(B) | 311.21º | 0.78% | 0.45% | - |
| XYZ | 9.8 | 5.31 | 12.31 | - |
| YUV | 60.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 99 | 0 | 0.78 | 0.15 | 0.55 | 311.21 | 0.65 | 0.28 |
| Hex | 74 | 19 | 63 | 0 | 4E | F | 37 | 137 | 41 | 1C |
| Octal | 164 | 31 | 143 | 0 | 116 | 17 | 67 | 467 | 101 | 34 |
| Binary | 1110100 | 11001 | 1100011 | 0 | 1001110 | 1111 | 110111 | 100110111 | 1000001 | 11100 |
Color Harmonies of #741963
Complementary color
Monochromatic Colors of #741963
Black with #741963
Text Example
Text Example
White with #741963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741963; }
p { color: rgb(116,25,99); }
H1.HeaderClassName
{
color: #741963;
}
.AnyTagClassName
{
color: #741963;
}
</style>
background-color css
<style>
a { background-color: #741963; }
a { background-color: rgb(116,25,99); }
div.DivClassName
{
background-color: #741963;
}
.BgClassName
{
background-color: #741963;
}
</style>
border-color css
<style>
span { border-color: #741963; }
span { border-color: rgb(116,25,99); }
td.TdClassName
{
border-color: #741963;
}
.TagClassName
{
border-color: #741963;
}
</style>