Shades of Palatinate Purple #742C6C
Tints of Palatinate Purple #742C6C
RGB
CMYK
RGB Variations
Color information
#742C6C (or 0x742C6C) is known color: Palatinate Purple. HEX triplet: 74, 2C and 6C. RGB value is (116,44,108). Sum of RGB (Red+Green+Blue) = 116+44+108=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #742C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C6C is #8BD393. Grayscale: #484848. Windows color (decimal): -9163668 or 7089268. OLE color: 7089268.
HSL color Cylindrical-coordinate representation of color #742C6C: hue angle of 306.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C6C is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 108 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.55 |
| HSL | 306.67º | 0.45% | 0.31% | - |
| HSV(B) | 306.67º | 0.62% | 0.45% | - |
| XYZ | 10.81 | 6.6 | 14.89 | - |
| YUV | 72.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 108 | 0 | 0.62 | 0.07 | 0.55 | 306.67 | 0.45 | 0.31 |
| Hex | 74 | 2C | 6C | 0 | 3E | 7 | 37 | 133 | 2D | 1F |
| Octal | 164 | 54 | 154 | 0 | 76 | 7 | 67 | 463 | 55 | 37 |
| Binary | 1110100 | 101100 | 1101100 | 0 | 111110 | 111 | 110111 | 100110011 | 101101 | 11111 |
Color Harmonies of #742C6C
Complementary color
Monochromatic Colors of #742C6C
Black with #742C6C
Text Example
Text Example
White with #742C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C6C; }
p { color: rgb(116,44,108); }
H1.HeaderClassName
{
color: #742C6C;
}
.AnyTagClassName
{
color: #742C6C;
}
</style>
background-color css
<style>
a { background-color: #742C6C; }
a { background-color: rgb(116,44,108); }
div.DivClassName
{
background-color: #742C6C;
}
.BgClassName
{
background-color: #742C6C;
}
</style>
border-color css
<style>
span { border-color: #742C6C; }
span { border-color: rgb(116,44,108); }
td.TdClassName
{
border-color: #742C6C;
}
.TagClassName
{
border-color: #742C6C;
}
</style>