Shades of Palatinate Purple #74136A
Tints of Palatinate Purple #74136A
RGB
CMYK
RGB Variations
Color information
#74136A (or 0x74136A) is known color: Palatinate Purple. HEX triplet: 74, 13 and 6A. RGB value is (116,19,106). Sum of RGB (Red+Green+Blue) = 116+19+106=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74136A is #8BEC95. Grayscale: #393939. Windows color (decimal): -9170070 or 6951796. OLE color: 6951796.
HSL color Cylindrical-coordinate representation of color #74136A: hue angle of 306.19º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74136A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 106 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.55 |
| HSL | 306.19º | 0.72% | 0.26% | - |
| HSV(B) | 306.19º | 0.84% | 0.45% | - |
| XYZ | 10.04 | 5.22 | 14.11 | - |
| YUV | 57.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 106 | 0 | 0.84 | 0.09 | 0.55 | 306.19 | 0.72 | 0.26 |
| Hex | 74 | 13 | 6A | 0 | 54 | 9 | 37 | 132 | 48 | 1A |
| Octal | 164 | 23 | 152 | 0 | 124 | 11 | 67 | 462 | 110 | 32 |
| Binary | 1110100 | 10011 | 1101010 | 0 | 1010100 | 1001 | 110111 | 100110010 | 1001000 | 11010 |
Color Harmonies of #74136A
Complementary color
Monochromatic Colors of #74136A
Black with #74136A
Text Example
Text Example
White with #74136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74136A; }
p { color: rgb(116,19,106); }
H1.HeaderClassName
{
color: #74136A;
}
.AnyTagClassName
{
color: #74136A;
}
</style>
background-color css
<style>
a { background-color: #74136A; }
a { background-color: rgb(116,19,106); }
div.DivClassName
{
background-color: #74136A;
}
.BgClassName
{
background-color: #74136A;
}
</style>
border-color css
<style>
span { border-color: #74136A; }
span { border-color: rgb(116,19,106); }
td.TdClassName
{
border-color: #74136A;
}
.TagClassName
{
border-color: #74136A;
}
</style>