Shades of Palatinate Purple #74225E
Tints of Palatinate Purple #74225E
RGB
CMYK
RGB Variations
Color information
#74225E (or 0x74225E) is known color: Palatinate Purple. HEX triplet: 74, 22 and 5E. RGB value is (116,34,94). Sum of RGB (Red+Green+Blue) = 116+34+94=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74225E is #8BDDA1. Grayscale: #414141. Windows color (decimal): -9166242 or 6169204. OLE color: 6169204.
HSL color Cylindrical-coordinate representation of color #74225E: hue angle of 316.1º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74225E is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 94 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.55 |
| HSL | 316.1º | 0.55% | 0.29% | - |
| HSV(B) | 316.1º | 0.71% | 0.45% | - |
| XYZ | 9.79 | 5.67 | 11.17 | - |
| YUV | 65.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 94 | 0 | 0.71 | 0.19 | 0.55 | 316.1 | 0.55 | 0.29 |
| Hex | 74 | 22 | 5E | 0 | 47 | 13 | 37 | 13C | 37 | 1D |
| Octal | 164 | 42 | 136 | 0 | 107 | 23 | 67 | 474 | 67 | 35 |
| Binary | 1110100 | 100010 | 1011110 | 0 | 1000111 | 10011 | 110111 | 100111100 | 110111 | 11101 |
Color Harmonies of #74225E
Complementary color
Monochromatic Colors of #74225E
Black with #74225E
Text Example
Text Example
White with #74225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74225E; }
p { color: rgb(116,34,94); }
H1.HeaderClassName
{
color: #74225E;
}
.AnyTagClassName
{
color: #74225E;
}
</style>
background-color css
<style>
a { background-color: #74225E; }
a { background-color: rgb(116,34,94); }
div.DivClassName
{
background-color: #74225E;
}
.BgClassName
{
background-color: #74225E;
}
</style>
border-color css
<style>
span { border-color: #74225E; }
span { border-color: rgb(116,34,94); }
td.TdClassName
{
border-color: #74225E;
}
.TagClassName
{
border-color: #74225E;
}
</style>