Shades of Palatinate Purple #743B69
Tints of Palatinate Purple #743B69
RGB
CMYK
RGB Variations
Color information
#743B69 (or 0x743B69) is known color: Palatinate Purple. HEX triplet: 74, 3B and 69. RGB value is (116,59,105). Sum of RGB (Red+Green+Blue) = 116+59+105=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #743B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B69 is #8BC496. Grayscale: #515151. Windows color (decimal): -9159831 or 6896500. OLE color: 6896500.
HSL color Cylindrical-coordinate representation of color #743B69: hue angle of 311.58º 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 #743B69 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 105 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.55 |
| HSL | 311.58º | 0.33% | 0.34% | - |
| HSV(B) | 311.58º | 0.49% | 0.45% | - |
| XYZ | 11.32 | 7.86 | 14.29 | - |
| YUV | 81.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 105 | 0 | 0.49 | 0.09 | 0.55 | 311.58 | 0.33 | 0.34 |
| Hex | 74 | 3B | 69 | 0 | 31 | 9 | 37 | 138 | 21 | 22 |
| Octal | 164 | 73 | 151 | 0 | 61 | 11 | 67 | 470 | 41 | 42 |
| Binary | 1110100 | 111011 | 1101001 | 0 | 110001 | 1001 | 110111 | 100111000 | 100001 | 100010 |
Color Harmonies of #743B69
Complementary color
Monochromatic Colors of #743B69
Black with #743B69
Text Example
Text Example
White with #743B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B69; }
p { color: rgb(116,59,105); }
H1.HeaderClassName
{
color: #743B69;
}
.AnyTagClassName
{
color: #743B69;
}
</style>
background-color css
<style>
a { background-color: #743B69; }
a { background-color: rgb(116,59,105); }
div.DivClassName
{
background-color: #743B69;
}
.BgClassName
{
background-color: #743B69;
}
</style>
border-color css
<style>
span { border-color: #743B69; }
span { border-color: rgb(116,59,105); }
td.TdClassName
{
border-color: #743B69;
}
.TagClassName
{
border-color: #743B69;
}
</style>