Shades of Palatinate Purple #742B68
Tints of Palatinate Purple #742B68
RGB
CMYK
RGB Variations
Color information
#742B68 (or 0x742B68) is known color: Palatinate Purple. HEX triplet: 74, 2B and 68. RGB value is (116,43,104). Sum of RGB (Red+Green+Blue) = 116+43+104=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B68 is #8BD497. Grayscale: #474747. Windows color (decimal): -9163928 or 6826868. OLE color: 6826868.
HSL color Cylindrical-coordinate representation of color #742B68: hue angle of 309.86º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B68 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 104 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.55 |
| HSL | 309.86º | 0.46% | 0.31% | - |
| HSV(B) | 309.86º | 0.63% | 0.45% | - |
| XYZ | 10.57 | 6.44 | 13.78 | - |
| YUV | 71.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 104 | 0 | 0.63 | 0.10 | 0.55 | 309.86 | 0.46 | 0.31 |
| Hex | 74 | 2B | 68 | 0 | 3F | A | 37 | 136 | 2E | 1F |
| Octal | 164 | 53 | 150 | 0 | 77 | 12 | 67 | 466 | 56 | 37 |
| Binary | 1110100 | 101011 | 1101000 | 0 | 111111 | 1010 | 110111 | 100110110 | 101110 | 11111 |
Color Harmonies of #742B68
Complementary color
Monochromatic Colors of #742B68
Black with #742B68
Text Example
Text Example
White with #742B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B68; }
p { color: rgb(116,43,104); }
H1.HeaderClassName
{
color: #742B68;
}
.AnyTagClassName
{
color: #742B68;
}
</style>
background-color css
<style>
a { background-color: #742B68; }
a { background-color: rgb(116,43,104); }
div.DivClassName
{
background-color: #742B68;
}
.BgClassName
{
background-color: #742B68;
}
</style>
border-color css
<style>
span { border-color: #742B68; }
span { border-color: rgb(116,43,104); }
td.TdClassName
{
border-color: #742B68;
}
.TagClassName
{
border-color: #742B68;
}
</style>