Shades of Palatinate Purple #742A64
Tints of Palatinate Purple #742A64
RGB
CMYK
RGB Variations
Color information
#742A64 (or 0x742A64) is known color: Palatinate Purple. HEX triplet: 74, 2A and 64. RGB value is (116,42,100). Sum of RGB (Red+Green+Blue) = 116+42+100=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A64 is #8BD59B. Grayscale: #464646. Windows color (decimal): -9164188 or 6564468. OLE color: 6564468.
HSL color Cylindrical-coordinate representation of color #742A64: hue angle of 312.97º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742A64 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 100 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.55 |
| HSL | 312.97º | 0.47% | 0.31% | - |
| HSV(B) | 312.97º | 0.64% | 0.45% | - |
| XYZ | 10.33 | 6.29 | 12.73 | - |
| YUV | 70.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 100 | 0 | 0.64 | 0.14 | 0.55 | 312.97 | 0.47 | 0.31 |
| Hex | 74 | 2A | 64 | 0 | 40 | E | 37 | 139 | 2F | 1F |
| Octal | 164 | 52 | 144 | 0 | 100 | 16 | 67 | 471 | 57 | 37 |
| Binary | 1110100 | 101010 | 1100100 | 0 | 1000000 | 1110 | 110111 | 100111001 | 101111 | 11111 |
Color Harmonies of #742A64
Complementary color
Monochromatic Colors of #742A64
Black with #742A64
Text Example
Text Example
White with #742A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A64; }
p { color: rgb(116,42,100); }
H1.HeaderClassName
{
color: #742A64;
}
.AnyTagClassName
{
color: #742A64;
}
</style>
background-color css
<style>
a { background-color: #742A64; }
a { background-color: rgb(116,42,100); }
div.DivClassName
{
background-color: #742A64;
}
.BgClassName
{
background-color: #742A64;
}
</style>
border-color css
<style>
span { border-color: #742A64; }
span { border-color: rgb(116,42,100); }
td.TdClassName
{
border-color: #742A64;
}
.TagClassName
{
border-color: #742A64;
}
</style>