Shades of Palatinate Purple #742D6C
Tints of Palatinate Purple #742D6C
RGB
CMYK
RGB Variations
Color information
#742D6C (or 0x742D6C) is known color: Palatinate Purple. HEX triplet: 74, 2D and 6C. RGB value is (116,45,108). Sum of RGB (Red+Green+Blue) = 116+45+108=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #742D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D6C is #8BD293. Grayscale: #494949. Windows color (decimal): -9163412 or 7089524. OLE color: 7089524.
HSL color Cylindrical-coordinate representation of color #742D6C: hue angle of 306.76º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D6C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 108 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.55 |
| HSL | 306.76º | 0.44% | 0.32% | - |
| HSV(B) | 306.76º | 0.61% | 0.45% | - |
| XYZ | 10.85 | 6.67 | 14.9 | - |
| YUV | 73.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 108 | 0 | 0.61 | 0.07 | 0.55 | 306.76 | 0.44 | 0.32 |
| Hex | 74 | 2D | 6C | 0 | 3D | 7 | 37 | 133 | 2C | 20 |
| Octal | 164 | 55 | 154 | 0 | 75 | 7 | 67 | 463 | 54 | 40 |
| Binary | 1110100 | 101101 | 1101100 | 0 | 111101 | 111 | 110111 | 100110011 | 101100 | 100000 |
Color Harmonies of #742D6C
Complementary color
Monochromatic Colors of #742D6C
Black with #742D6C
Text Example
Text Example
White with #742D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D6C; }
p { color: rgb(116,45,108); }
H1.HeaderClassName
{
color: #742D6C;
}
.AnyTagClassName
{
color: #742D6C;
}
</style>
background-color css
<style>
a { background-color: #742D6C; }
a { background-color: rgb(116,45,108); }
div.DivClassName
{
background-color: #742D6C;
}
.BgClassName
{
background-color: #742D6C;
}
</style>
border-color css
<style>
span { border-color: #742D6C; }
span { border-color: rgb(116,45,108); }
td.TdClassName
{
border-color: #742D6C;
}
.TagClassName
{
border-color: #742D6C;
}
</style>