Shades of Palatinate Purple #742E5C
Tints of Palatinate Purple #742E5C
RGB
CMYK
RGB Variations
Color information
#742E5C (or 0x742E5C) is known color: Palatinate Purple. HEX triplet: 74, 2E and 5C. RGB value is (116,46,92). Sum of RGB (Red+Green+Blue) = 116+46+92=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E5C is #8BD1A3. Grayscale: #484848. Windows color (decimal): -9163172 or 6041204. OLE color: 6041204.
HSL color Cylindrical-coordinate representation of color #742E5C: hue angle of 320.57º 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 #742E5C is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 92 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.55 |
| HSL | 320.57º | 0.43% | 0.32% | - |
| HSV(B) | 320.57º | 0.6% | 0.45% | - |
| XYZ | 10.11 | 6.44 | 10.84 | - |
| YUV | 72.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 92 | 0 | 0.60 | 0.21 | 0.55 | 320.57 | 0.43 | 0.32 |
| Hex | 74 | 2E | 5C | 0 | 3C | 15 | 37 | 141 | 2B | 20 |
| Octal | 164 | 56 | 134 | 0 | 74 | 25 | 67 | 501 | 53 | 40 |
| Binary | 1110100 | 101110 | 1011100 | 0 | 111100 | 10101 | 110111 | 101000001 | 101011 | 100000 |
Color Harmonies of #742E5C
Complementary color
Monochromatic Colors of #742E5C
Black with #742E5C
Text Example
Text Example
White with #742E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E5C; }
p { color: rgb(116,46,92); }
H1.HeaderClassName
{
color: #742E5C;
}
.AnyTagClassName
{
color: #742E5C;
}
</style>
background-color css
<style>
a { background-color: #742E5C; }
a { background-color: rgb(116,46,92); }
div.DivClassName
{
background-color: #742E5C;
}
.BgClassName
{
background-color: #742E5C;
}
</style>
border-color css
<style>
span { border-color: #742E5C; }
span { border-color: rgb(116,46,92); }
td.TdClassName
{
border-color: #742E5C;
}
.TagClassName
{
border-color: #742E5C;
}
</style>