Shades of Palatinate Purple #743B64
Tints of Palatinate Purple #743B64
RGB
CMYK
RGB Variations
Color information
#743B64 (or 0x743B64) is known color: Palatinate Purple. HEX triplet: 74, 3B and 64. RGB value is (116,59,100). Sum of RGB (Red+Green+Blue) = 116+59+100=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #743B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B64 is #8BC49B. Grayscale: #505050. Windows color (decimal): -9159836 or 6568820. OLE color: 6568820.
HSL color Cylindrical-coordinate representation of color #743B64: hue angle of 316.84º 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 #743B64 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 100 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.55 |
| HSL | 316.84º | 0.33% | 0.34% | - |
| HSV(B) | 316.84º | 0.49% | 0.45% | - |
| XYZ | 11.07 | 7.76 | 12.97 | - |
| YUV | 80.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 100 | 0 | 0.49 | 0.14 | 0.55 | 316.84 | 0.33 | 0.34 |
| Hex | 74 | 3B | 64 | 0 | 31 | E | 37 | 13D | 21 | 22 |
| Octal | 164 | 73 | 144 | 0 | 61 | 16 | 67 | 475 | 41 | 42 |
| Binary | 1110100 | 111011 | 1100100 | 0 | 110001 | 1110 | 110111 | 100111101 | 100001 | 100010 |
Color Harmonies of #743B64
Complementary color
Monochromatic Colors of #743B64
Black with #743B64
Text Example
Text Example
White with #743B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B64; }
p { color: rgb(116,59,100); }
H1.HeaderClassName
{
color: #743B64;
}
.AnyTagClassName
{
color: #743B64;
}
</style>
background-color css
<style>
a { background-color: #743B64; }
a { background-color: rgb(116,59,100); }
div.DivClassName
{
background-color: #743B64;
}
.BgClassName
{
background-color: #743B64;
}
</style>
border-color css
<style>
span { border-color: #743B64; }
span { border-color: rgb(116,59,100); }
td.TdClassName
{
border-color: #743B64;
}
.TagClassName
{
border-color: #743B64;
}
</style>