Shades of Palatinate Purple #74245C
Tints of Palatinate Purple #74245C
RGB
CMYK
RGB Variations
Color information
#74245C (or 0x74245C) is known color: Palatinate Purple. HEX triplet: 74, 24 and 5C. RGB value is (116,36,92). Sum of RGB (Red+Green+Blue) = 116+36+92=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74245C is #8BDBA3. Grayscale: #424242. Windows color (decimal): -9165732 or 6038644. OLE color: 6038644.
HSL color Cylindrical-coordinate representation of color #74245C: hue angle of 318º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74245C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 92 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.55 |
| HSL | 318º | 0.53% | 0.3% | - |
| HSV(B) | 318º | 0.69% | 0.45% | - |
| XYZ | 9.77 | 5.75 | 10.72 | - |
| YUV | 66.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 92 | 0 | 0.69 | 0.21 | 0.55 | 318 | 0.53 | 0.3 |
| Hex | 74 | 24 | 5C | 0 | 45 | 15 | 37 | 13E | 35 | 1E |
| Octal | 164 | 44 | 134 | 0 | 105 | 25 | 67 | 476 | 65 | 36 |
| Binary | 1110100 | 100100 | 1011100 | 0 | 1000101 | 10101 | 110111 | 100111110 | 110101 | 11110 |
Color Harmonies of #74245C
Complementary color
Monochromatic Colors of #74245C
Black with #74245C
Text Example
Text Example
White with #74245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74245C; }
p { color: rgb(116,36,92); }
H1.HeaderClassName
{
color: #74245C;
}
.AnyTagClassName
{
color: #74245C;
}
</style>
background-color css
<style>
a { background-color: #74245C; }
a { background-color: rgb(116,36,92); }
div.DivClassName
{
background-color: #74245C;
}
.BgClassName
{
background-color: #74245C;
}
</style>
border-color css
<style>
span { border-color: #74245C; }
span { border-color: rgb(116,36,92); }
td.TdClassName
{
border-color: #74245C;
}
.TagClassName
{
border-color: #74245C;
}
</style>