Shades of Palatinate Purple #74105E
Tints of Palatinate Purple #74105E
RGB
CMYK
RGB Variations
Color information
#74105E (or 0x74105E) is known color: Palatinate Purple. HEX triplet: 74, 10 and 5E. RGB value is (116,16,94). Sum of RGB (Red+Green+Blue) = 116+16+94=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74105E is #8BEFA1. Grayscale: #363636. Windows color (decimal): -9170850 or 6164596. OLE color: 6164596.
HSL color Cylindrical-coordinate representation of color #74105E: hue angle of 313.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74105E is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 94 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.55 |
| HSL | 313.2º | 0.76% | 0.26% | - |
| HSV(B) | 313.2º | 0.86% | 0.45% | - |
| XYZ | 9.41 | 4.89 | 11.04 | - |
| YUV | 54.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 94 | 0 | 0.86 | 0.19 | 0.55 | 313.2 | 0.76 | 0.26 |
| Hex | 74 | 10 | 5E | 0 | 56 | 13 | 37 | 139 | 4C | 1A |
| Octal | 164 | 20 | 136 | 0 | 126 | 23 | 67 | 471 | 114 | 32 |
| Binary | 1110100 | 10000 | 1011110 | 0 | 1010110 | 10011 | 110111 | 100111001 | 1001100 | 11010 |
Color Harmonies of #74105E
Complementary color
Monochromatic Colors of #74105E
Black with #74105E
Text Example
Text Example
White with #74105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74105E; }
p { color: rgb(116,16,94); }
H1.HeaderClassName
{
color: #74105E;
}
.AnyTagClassName
{
color: #74105E;
}
</style>
background-color css
<style>
a { background-color: #74105E; }
a { background-color: rgb(116,16,94); }
div.DivClassName
{
background-color: #74105E;
}
.BgClassName
{
background-color: #74105E;
}
</style>
border-color css
<style>
span { border-color: #74105E; }
span { border-color: rgb(116,16,94); }
td.TdClassName
{
border-color: #74105E;
}
.TagClassName
{
border-color: #74105E;
}
</style>