Shades of Palatinate Purple #74045F
Tints of Palatinate Purple #74045F
RGB
CMYK
RGB Variations
Color information
#74045F (or 0x74045F) is known color: Palatinate Purple. HEX triplet: 74, 04 and 5F. RGB value is (116,4,95). Sum of RGB (Red+Green+Blue) = 116+4+95=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74045F is #8BFBA0. Grayscale: #2F2F2F. Windows color (decimal): -9173921 or 6227060. OLE color: 6227060.
HSL color Cylindrical-coordinate representation of color #74045F: hue angle of 311.25º 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 #74045F is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 95 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.55 |
| HSL | 311.25º | 0.93% | 0.24% | - |
| HSV(B) | 311.25º | 0.97% | 0.45% | - |
| XYZ | 9.31 | 4.63 | 11.23 | - |
| YUV | 47.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 95 | 0 | 0.97 | 0.18 | 0.55 | 311.25 | 0.93 | 0.24 |
| Hex | 74 | 4 | 5F | 0 | 61 | 12 | 37 | 137 | 5D | 18 |
| Octal | 164 | 4 | 137 | 0 | 141 | 22 | 67 | 467 | 135 | 30 |
| Binary | 1110100 | 100 | 1011111 | 0 | 1100001 | 10010 | 110111 | 100110111 | 1011101 | 11000 |
Color Harmonies of #74045F
Complementary color
Monochromatic Colors of #74045F
Black with #74045F
Text Example
Text Example
White with #74045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74045F; }
p { color: rgb(116,4,95); }
H1.HeaderClassName
{
color: #74045F;
}
.AnyTagClassName
{
color: #74045F;
}
</style>
background-color css
<style>
a { background-color: #74045F; }
a { background-color: rgb(116,4,95); }
div.DivClassName
{
background-color: #74045F;
}
.BgClassName
{
background-color: #74045F;
}
</style>
border-color css
<style>
span { border-color: #74045F; }
span { border-color: rgb(116,4,95); }
td.TdClassName
{
border-color: #74045F;
}
.TagClassName
{
border-color: #74045F;
}
</style>