Shades of Palatinate Purple #74315D
Tints of Palatinate Purple #74315D
RGB
CMYK
RGB Variations
Color information
#74315D (or 0x74315D) is known color: Palatinate Purple. HEX triplet: 74, 31 and 5D. RGB value is (116,49,93). Sum of RGB (Red+Green+Blue) = 116+49+93=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74315D is #8BCEA2. Grayscale: #494949. Windows color (decimal): -9162403 or 6107508. OLE color: 6107508.
HSL color Cylindrical-coordinate representation of color #74315D: hue angle of 320.6º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74315D is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 49 | 93 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.55 |
| HSL | 320.6º | 0.41% | 0.32% | - |
| HSV(B) | 320.6º | 0.58% | 0.45% | - |
| XYZ | 10.28 | 6.7 | 11.11 | - |
| YUV | 74.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 93 | 0 | 0.58 | 0.20 | 0.55 | 320.6 | 0.41 | 0.32 |
| Hex | 74 | 31 | 5D | 0 | 3A | 14 | 37 | 141 | 29 | 20 |
| Octal | 164 | 61 | 135 | 0 | 72 | 24 | 67 | 501 | 51 | 40 |
| Binary | 1110100 | 110001 | 1011101 | 0 | 111010 | 10100 | 110111 | 101000001 | 101001 | 100000 |
Color Harmonies of #74315D
Complementary color
Monochromatic Colors of #74315D
Black with #74315D
Text Example
Text Example
White with #74315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74315D; }
p { color: rgb(116,49,93); }
H1.HeaderClassName
{
color: #74315D;
}
.AnyTagClassName
{
color: #74315D;
}
</style>
background-color css
<style>
a { background-color: #74315D; }
a { background-color: rgb(116,49,93); }
div.DivClassName
{
background-color: #74315D;
}
.BgClassName
{
background-color: #74315D;
}
</style>
border-color css
<style>
span { border-color: #74315D; }
span { border-color: rgb(116,49,93); }
td.TdClassName
{
border-color: #74315D;
}
.TagClassName
{
border-color: #74315D;
}
</style>