Shades of Palatinate Purple #74296A
Tints of Palatinate Purple #74296A
RGB
CMYK
RGB Variations
Color information
#74296A (or 0x74296A) is known color: Palatinate Purple. HEX triplet: 74, 29 and 6A. RGB value is (116,41,106). Sum of RGB (Red+Green+Blue) = 116+41+106=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74296A is #8BD695. Grayscale: #464646. Windows color (decimal): -9164438 or 6957428. OLE color: 6957428.
HSL color Cylindrical-coordinate representation of color #74296A: hue angle of 308º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74296A is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 106 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.55 |
| HSL | 308º | 0.48% | 0.31% | - |
| HSV(B) | 308º | 0.65% | 0.45% | - |
| XYZ | 10.6 | 6.34 | 14.3 | - |
| YUV | 70.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 106 | 0 | 0.65 | 0.09 | 0.55 | 308 | 0.48 | 0.31 |
| Hex | 74 | 29 | 6A | 0 | 41 | 9 | 37 | 134 | 30 | 1F |
| Octal | 164 | 51 | 152 | 0 | 101 | 11 | 67 | 464 | 60 | 37 |
| Binary | 1110100 | 101001 | 1101010 | 0 | 1000001 | 1001 | 110111 | 100110100 | 110000 | 11111 |
Color Harmonies of #74296A
Complementary color
Monochromatic Colors of #74296A
Black with #74296A
Text Example
Text Example
White with #74296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74296A; }
p { color: rgb(116,41,106); }
H1.HeaderClassName
{
color: #74296A;
}
.AnyTagClassName
{
color: #74296A;
}
</style>
background-color css
<style>
a { background-color: #74296A; }
a { background-color: rgb(116,41,106); }
div.DivClassName
{
background-color: #74296A;
}
.BgClassName
{
background-color: #74296A;
}
</style>
border-color css
<style>
span { border-color: #74296A; }
span { border-color: rgb(116,41,106); }
td.TdClassName
{
border-color: #74296A;
}
.TagClassName
{
border-color: #74296A;
}
</style>