Shades of Palatinate Purple #743F68
Tints of Palatinate Purple #743F68
RGB
CMYK
RGB Variations
Color information
#743F68 (or 0x743F68) is known color: Palatinate Purple. HEX triplet: 74, 3F and 68. RGB value is (116,63,104). Sum of RGB (Red+Green+Blue) = 116+63+104=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F68 is #8BC097. Grayscale: #535353. Windows color (decimal): -9158808 or 6831988. OLE color: 6831988.
HSL color Cylindrical-coordinate representation of color #743F68: hue angle of 313.58º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F68 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 104 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.55 |
| HSL | 313.58º | 0.3% | 0.35% | - |
| HSV(B) | 313.58º | 0.46% | 0.45% | - |
| XYZ | 11.48 | 8.27 | 14.09 | - |
| YUV | 83.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 104 | 0 | 0.46 | 0.10 | 0.55 | 313.58 | 0.3 | 0.35 |
| Hex | 74 | 3F | 68 | 0 | 2E | A | 37 | 13A | 1E | 23 |
| Octal | 164 | 77 | 150 | 0 | 56 | 12 | 67 | 472 | 36 | 43 |
| Binary | 1110100 | 111111 | 1101000 | 0 | 101110 | 1010 | 110111 | 100111010 | 11110 | 100011 |
Color Harmonies of #743F68
Complementary color
Monochromatic Colors of #743F68
Black with #743F68
Text Example
Text Example
White with #743F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F68; }
p { color: rgb(116,63,104); }
H1.HeaderClassName
{
color: #743F68;
}
.AnyTagClassName
{
color: #743F68;
}
</style>
background-color css
<style>
a { background-color: #743F68; }
a { background-color: rgb(116,63,104); }
div.DivClassName
{
background-color: #743F68;
}
.BgClassName
{
background-color: #743F68;
}
</style>
border-color css
<style>
span { border-color: #743F68; }
span { border-color: rgb(116,63,104); }
td.TdClassName
{
border-color: #743F68;
}
.TagClassName
{
border-color: #743F68;
}
</style>