Shades of Palatinate Purple #74245D
Tints of Palatinate Purple #74245D
RGB
CMYK
RGB Variations
Color information
#74245D (or 0x74245D) is known color: Palatinate Purple. HEX triplet: 74, 24 and 5D. RGB value is (116,36,93). Sum of RGB (Red+Green+Blue) = 116+36+93=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74245D is #8BDBA2. Grayscale: #424242. Windows color (decimal): -9165731 or 6104180. OLE color: 6104180.
HSL color Cylindrical-coordinate representation of color #74245D: hue angle of 317.25º 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 #74245D is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 93 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.55 |
| HSL | 317.25º | 0.53% | 0.3% | - |
| HSV(B) | 317.25º | 0.69% | 0.45% | - |
| XYZ | 9.81 | 5.77 | 10.95 | - |
| YUV | 66.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 93 | 0 | 0.69 | 0.20 | 0.55 | 317.25 | 0.53 | 0.3 |
| Hex | 74 | 24 | 5D | 0 | 45 | 14 | 37 | 13D | 35 | 1E |
| Octal | 164 | 44 | 135 | 0 | 105 | 24 | 67 | 475 | 65 | 36 |
| Binary | 1110100 | 100100 | 1011101 | 0 | 1000101 | 10100 | 110111 | 100111101 | 110101 | 11110 |
Color Harmonies of #74245D
Complementary color
Monochromatic Colors of #74245D
Black with #74245D
Text Example
Text Example
White with #74245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74245D; }
p { color: rgb(116,36,93); }
H1.HeaderClassName
{
color: #74245D;
}
.AnyTagClassName
{
color: #74245D;
}
</style>
background-color css
<style>
a { background-color: #74245D; }
a { background-color: rgb(116,36,93); }
div.DivClassName
{
background-color: #74245D;
}
.BgClassName
{
background-color: #74245D;
}
</style>
border-color css
<style>
span { border-color: #74245D; }
span { border-color: rgb(116,36,93); }
td.TdClassName
{
border-color: #74245D;
}
.TagClassName
{
border-color: #74245D;
}
</style>