Shades of Palatinate Purple #742E67
Tints of Palatinate Purple #742E67
RGB
CMYK
RGB Variations
Color information
#742E67 (or 0x742E67) is known color: Palatinate Purple. HEX triplet: 74, 2E and 67. RGB value is (116,46,103). Sum of RGB (Red+Green+Blue) = 116+46+103=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #742E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E67 is #8BD198. Grayscale: #494949. Windows color (decimal): -9163161 or 6762100. OLE color: 6762100.
HSL color Cylindrical-coordinate representation of color #742E67: hue angle of 311.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E67 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 103 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.55 |
| HSL | 311.14º | 0.43% | 0.32% | - |
| HSV(B) | 311.14º | 0.6% | 0.45% | - |
| XYZ | 10.63 | 6.65 | 13.55 | - |
| YUV | 73.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 103 | 0 | 0.60 | 0.11 | 0.55 | 311.14 | 0.43 | 0.32 |
| Hex | 74 | 2E | 67 | 0 | 3C | B | 37 | 137 | 2B | 20 |
| Octal | 164 | 56 | 147 | 0 | 74 | 13 | 67 | 467 | 53 | 40 |
| Binary | 1110100 | 101110 | 1100111 | 0 | 111100 | 1011 | 110111 | 100110111 | 101011 | 100000 |
Color Harmonies of #742E67
Complementary color
Monochromatic Colors of #742E67
Black with #742E67
Text Example
Text Example
White with #742E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E67; }
p { color: rgb(116,46,103); }
H1.HeaderClassName
{
color: #742E67;
}
.AnyTagClassName
{
color: #742E67;
}
</style>
background-color css
<style>
a { background-color: #742E67; }
a { background-color: rgb(116,46,103); }
div.DivClassName
{
background-color: #742E67;
}
.BgClassName
{
background-color: #742E67;
}
</style>
border-color css
<style>
span { border-color: #742E67; }
span { border-color: rgb(116,46,103); }
td.TdClassName
{
border-color: #742E67;
}
.TagClassName
{
border-color: #742E67;
}
</style>