Shades of Palatinate Purple #743B65
Tints of Palatinate Purple #743B65
RGB
CMYK
RGB Variations
Color information
#743B65 (or 0x743B65) is known color: Palatinate Purple. HEX triplet: 74, 3B and 65. RGB value is (116,59,101). Sum of RGB (Red+Green+Blue) = 116+59+101=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #743B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B65 is #8BC49A. Grayscale: #505050. Windows color (decimal): -9159835 or 6634356. OLE color: 6634356.
HSL color Cylindrical-coordinate representation of color #743B65: hue angle of 315.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B65 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 101 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.55 |
| HSL | 315.79º | 0.33% | 0.34% | - |
| HSV(B) | 315.79º | 0.49% | 0.45% | - |
| XYZ | 11.12 | 7.78 | 13.23 | - |
| YUV | 80.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 101 | 0 | 0.49 | 0.13 | 0.55 | 315.79 | 0.33 | 0.34 |
| Hex | 74 | 3B | 65 | 0 | 31 | D | 37 | 13C | 21 | 22 |
| Octal | 164 | 73 | 145 | 0 | 61 | 15 | 67 | 474 | 41 | 42 |
| Binary | 1110100 | 111011 | 1100101 | 0 | 110001 | 1101 | 110111 | 100111100 | 100001 | 100010 |
Color Harmonies of #743B65
Complementary color
Monochromatic Colors of #743B65
Black with #743B65
Text Example
Text Example
White with #743B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B65; }
p { color: rgb(116,59,101); }
H1.HeaderClassName
{
color: #743B65;
}
.AnyTagClassName
{
color: #743B65;
}
</style>
background-color css
<style>
a { background-color: #743B65; }
a { background-color: rgb(116,59,101); }
div.DivClassName
{
background-color: #743B65;
}
.BgClassName
{
background-color: #743B65;
}
</style>
border-color css
<style>
span { border-color: #743B65; }
span { border-color: rgb(116,59,101); }
td.TdClassName
{
border-color: #743B65;
}
.TagClassName
{
border-color: #743B65;
}
</style>