Shades of Palatinate Purple #741663
Tints of Palatinate Purple #741663
RGB
CMYK
RGB Variations
Color information
#741663 (or 0x741663) is known color: Palatinate Purple. HEX triplet: 74, 16 and 63. RGB value is (116,22,99). Sum of RGB (Red+Green+Blue) = 116+22+99=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741663 is #8BE99C. Grayscale: #3A3A3A. Windows color (decimal): -9169309 or 6493812. OLE color: 6493812.
HSL color Cylindrical-coordinate representation of color #741663: hue angle of 310.85º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741663 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 99 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.55 |
| HSL | 310.85º | 0.68% | 0.27% | - |
| HSV(B) | 310.85º | 0.81% | 0.45% | - |
| XYZ | 9.74 | 5.19 | 12.29 | - |
| YUV | 58.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 99 | 0 | 0.81 | 0.15 | 0.55 | 310.85 | 0.68 | 0.27 |
| Hex | 74 | 16 | 63 | 0 | 51 | F | 37 | 137 | 44 | 1B |
| Octal | 164 | 26 | 143 | 0 | 121 | 17 | 67 | 467 | 104 | 33 |
| Binary | 1110100 | 10110 | 1100011 | 0 | 1010001 | 1111 | 110111 | 100110111 | 1000100 | 11011 |
Color Harmonies of #741663
Complementary color
Monochromatic Colors of #741663
Black with #741663
Text Example
Text Example
White with #741663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741663; }
p { color: rgb(116,22,99); }
H1.HeaderClassName
{
color: #741663;
}
.AnyTagClassName
{
color: #741663;
}
</style>
background-color css
<style>
a { background-color: #741663; }
a { background-color: rgb(116,22,99); }
div.DivClassName
{
background-color: #741663;
}
.BgClassName
{
background-color: #741663;
}
</style>
border-color css
<style>
span { border-color: #741663; }
span { border-color: rgb(116,22,99); }
td.TdClassName
{
border-color: #741663;
}
.TagClassName
{
border-color: #741663;
}
</style>