Shades of Palatinate Purple #743E68
Tints of Palatinate Purple #743E68
RGB
CMYK
RGB Variations
Color information
#743E68 (or 0x743E68) is known color: Palatinate Purple. HEX triplet: 74, 3E and 68. RGB value is (116,62,104). Sum of RGB (Red+Green+Blue) = 116+62+104=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E68 is #8BC197. Grayscale: #525252. Windows color (decimal): -9159064 or 6831732. OLE color: 6831732.
HSL color Cylindrical-coordinate representation of color #743E68: hue angle of 313.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E68 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 104 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.55 |
| HSL | 313.33º | 0.3% | 0.35% | - |
| HSV(B) | 313.33º | 0.47% | 0.45% | - |
| XYZ | 11.42 | 8.16 | 14.07 | - |
| YUV | 82.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 104 | 0 | 0.47 | 0.10 | 0.55 | 313.33 | 0.3 | 0.35 |
| Hex | 74 | 3E | 68 | 0 | 2F | A | 37 | 139 | 1E | 23 |
| Octal | 164 | 76 | 150 | 0 | 57 | 12 | 67 | 471 | 36 | 43 |
| Binary | 1110100 | 111110 | 1101000 | 0 | 101111 | 1010 | 110111 | 100111001 | 11110 | 100011 |
Color Harmonies of #743E68
Complementary color
Monochromatic Colors of #743E68
Black with #743E68
Text Example
Text Example
White with #743E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E68; }
p { color: rgb(116,62,104); }
H1.HeaderClassName
{
color: #743E68;
}
.AnyTagClassName
{
color: #743E68;
}
</style>
background-color css
<style>
a { background-color: #743E68; }
a { background-color: rgb(116,62,104); }
div.DivClassName
{
background-color: #743E68;
}
.BgClassName
{
background-color: #743E68;
}
</style>
border-color css
<style>
span { border-color: #743E68; }
span { border-color: rgb(116,62,104); }
td.TdClassName
{
border-color: #743E68;
}
.TagClassName
{
border-color: #743E68;
}
</style>