Shades of Palatinate Purple #743D68
Tints of Palatinate Purple #743D68
RGB
CMYK
RGB Variations
Color information
#743D68 (or 0x743D68) is known color: Palatinate Purple. HEX triplet: 74, 3D and 68. RGB value is (116,61,104). Sum of RGB (Red+Green+Blue) = 116+61+104=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D68 is #8BC297. Grayscale: #525252. Windows color (decimal): -9159320 or 6831476. OLE color: 6831476.
HSL color Cylindrical-coordinate representation of color #743D68: hue angle of 313.09º degrees, saturation: 0.31, 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 #743D68 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 104 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.55 |
| HSL | 313.09º | 0.31% | 0.35% | - |
| HSV(B) | 313.09º | 0.47% | 0.45% | - |
| XYZ | 11.37 | 8.05 | 14.05 | - |
| YUV | 82.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 104 | 0 | 0.47 | 0.10 | 0.55 | 313.09 | 0.31 | 0.35 |
| Hex | 74 | 3D | 68 | 0 | 2F | A | 37 | 139 | 1F | 23 |
| Octal | 164 | 75 | 150 | 0 | 57 | 12 | 67 | 471 | 37 | 43 |
| Binary | 1110100 | 111101 | 1101000 | 0 | 101111 | 1010 | 110111 | 100111001 | 11111 | 100011 |
Color Harmonies of #743D68
Complementary color
Monochromatic Colors of #743D68
Black with #743D68
Text Example
Text Example
White with #743D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D68; }
p { color: rgb(116,61,104); }
H1.HeaderClassName
{
color: #743D68;
}
.AnyTagClassName
{
color: #743D68;
}
</style>
background-color css
<style>
a { background-color: #743D68; }
a { background-color: rgb(116,61,104); }
div.DivClassName
{
background-color: #743D68;
}
.BgClassName
{
background-color: #743D68;
}
</style>
border-color css
<style>
span { border-color: #743D68; }
span { border-color: rgb(116,61,104); }
td.TdClassName
{
border-color: #743D68;
}
.TagClassName
{
border-color: #743D68;
}
</style>