Shades of Palatinate Purple #742A65
Tints of Palatinate Purple #742A65
RGB
CMYK
RGB Variations
Color information
#742A65 (or 0x742A65) is known color: Palatinate Purple. HEX triplet: 74, 2A and 65. RGB value is (116,42,101). Sum of RGB (Red+Green+Blue) = 116+42+101=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #742A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A65 is #8BD59A. Grayscale: #464646. Windows color (decimal): -9164187 or 6630004. OLE color: 6630004.
HSL color Cylindrical-coordinate representation of color #742A65: hue angle of 312.16º 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 #742A65 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 101 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.55 |
| HSL | 312.16º | 0.47% | 0.31% | - |
| HSV(B) | 312.16º | 0.64% | 0.45% | - |
| XYZ | 10.38 | 6.31 | 12.98 | - |
| YUV | 70.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 101 | 0 | 0.64 | 0.13 | 0.55 | 312.16 | 0.47 | 0.31 |
| Hex | 74 | 2A | 65 | 0 | 40 | D | 37 | 138 | 2F | 1F |
| Octal | 164 | 52 | 145 | 0 | 100 | 15 | 67 | 470 | 57 | 37 |
| Binary | 1110100 | 101010 | 1100101 | 0 | 1000000 | 1101 | 110111 | 100111000 | 101111 | 11111 |
Color Harmonies of #742A65
Complementary color
Monochromatic Colors of #742A65
Black with #742A65
Text Example
Text Example
White with #742A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A65; }
p { color: rgb(116,42,101); }
H1.HeaderClassName
{
color: #742A65;
}
.AnyTagClassName
{
color: #742A65;
}
</style>
background-color css
<style>
a { background-color: #742A65; }
a { background-color: rgb(116,42,101); }
div.DivClassName
{
background-color: #742A65;
}
.BgClassName
{
background-color: #742A65;
}
</style>
border-color css
<style>
span { border-color: #742A65; }
span { border-color: rgb(116,42,101); }
td.TdClassName
{
border-color: #742A65;
}
.TagClassName
{
border-color: #742A65;
}
</style>