Shades of Palatinate Purple #743863
Tints of Palatinate Purple #743863
RGB
CMYK
RGB Variations
Color information
#743863 (or 0x743863) is known color: Palatinate Purple. HEX triplet: 74, 38 and 63. RGB value is (116,56,99). Sum of RGB (Red+Green+Blue) = 116+56+99=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #743863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743863 is #8BC79C. Grayscale: #4E4E4E. Windows color (decimal): -9160605 or 6502516. OLE color: 6502516.
HSL color Cylindrical-coordinate representation of color #743863: hue angle of 317º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743863 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 99 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.55 |
| HSL | 317º | 0.35% | 0.34% | - |
| HSV(B) | 317º | 0.52% | 0.45% | - |
| XYZ | 10.87 | 7.44 | 12.67 | - |
| YUV | 78.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 99 | 0 | 0.52 | 0.15 | 0.55 | 317 | 0.35 | 0.34 |
| Hex | 74 | 38 | 63 | 0 | 34 | F | 37 | 13D | 23 | 22 |
| Octal | 164 | 70 | 143 | 0 | 64 | 17 | 67 | 475 | 43 | 42 |
| Binary | 1110100 | 111000 | 1100011 | 0 | 110100 | 1111 | 110111 | 100111101 | 100011 | 100010 |
Color Harmonies of #743863
Complementary color
Monochromatic Colors of #743863
Black with #743863
Text Example
Text Example
White with #743863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743863; }
p { color: rgb(116,56,99); }
H1.HeaderClassName
{
color: #743863;
}
.AnyTagClassName
{
color: #743863;
}
</style>
background-color css
<style>
a { background-color: #743863; }
a { background-color: rgb(116,56,99); }
div.DivClassName
{
background-color: #743863;
}
.BgClassName
{
background-color: #743863;
}
</style>
border-color css
<style>
span { border-color: #743863; }
span { border-color: rgb(116,56,99); }
td.TdClassName
{
border-color: #743863;
}
.TagClassName
{
border-color: #743863;
}
</style>