Shades of Palatinate Purple #74045D
Tints of Palatinate Purple #74045D
RGB
CMYK
RGB Variations
Color information
#74045D (or 0x74045D) is known color: Palatinate Purple. HEX triplet: 74, 04 and 5D. RGB value is (116,4,93). Sum of RGB (Red+Green+Blue) = 116+4+93=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74045D is #8BFBA2. Grayscale: #2F2F2F. Windows color (decimal): -9173923 or 6095988. OLE color: 6095988.
HSL color Cylindrical-coordinate representation of color #74045D: hue angle of 312.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74045D is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.55 |
| HSL | 312.32º | 0.93% | 0.24% | - |
| HSV(B) | 312.32º | 0.97% | 0.45% | - |
| XYZ | 9.22 | 4.59 | 10.76 | - |
| YUV | 47.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 93 | 0 | 0.97 | 0.20 | 0.55 | 312.32 | 0.93 | 0.24 |
| Hex | 74 | 4 | 5D | 0 | 61 | 14 | 37 | 138 | 5D | 18 |
| Octal | 164 | 4 | 135 | 0 | 141 | 24 | 67 | 470 | 135 | 30 |
| Binary | 1110100 | 100 | 1011101 | 0 | 1100001 | 10100 | 110111 | 100111000 | 1011101 | 11000 |
Color Harmonies of #74045D
Complementary color
Monochromatic Colors of #74045D
Black with #74045D
Text Example
Text Example
White with #74045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74045D; }
p { color: rgb(116,4,93); }
H1.HeaderClassName
{
color: #74045D;
}
.AnyTagClassName
{
color: #74045D;
}
</style>
background-color css
<style>
a { background-color: #74045D; }
a { background-color: rgb(116,4,93); }
div.DivClassName
{
background-color: #74045D;
}
.BgClassName
{
background-color: #74045D;
}
</style>
border-color css
<style>
span { border-color: #74045D; }
span { border-color: rgb(116,4,93); }
td.TdClassName
{
border-color: #74045D;
}
.TagClassName
{
border-color: #74045D;
}
</style>