Shades of Palatinate Purple #74256E
Tints of Palatinate Purple #74256E
RGB
CMYK
RGB Variations
Color information
#74256E (or 0x74256E) is known color: Palatinate Purple. HEX triplet: 74, 25 and 6E. RGB value is (116,37,110). Sum of RGB (Red+Green+Blue) = 116+37+110=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74256E is #8BDA91. Grayscale: #444444. Windows color (decimal): -9165458 or 7218548. OLE color: 7218548.
HSL color Cylindrical-coordinate representation of color #74256E: hue angle of 304.56º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74256E is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 110 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.55 |
| HSL | 304.56º | 0.52% | 0.3% | - |
| HSV(B) | 304.56º | 0.68% | 0.45% | - |
| XYZ | 10.68 | 6.16 | 15.38 | - |
| YUV | 68.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 110 | 0 | 0.68 | 0.05 | 0.55 | 304.56 | 0.52 | 0.3 |
| Hex | 74 | 25 | 6E | 0 | 44 | 5 | 37 | 131 | 34 | 1E |
| Octal | 164 | 45 | 156 | 0 | 104 | 5 | 67 | 461 | 64 | 36 |
| Binary | 1110100 | 100101 | 1101110 | 0 | 1000100 | 101 | 110111 | 100110001 | 110100 | 11110 |
Color Harmonies of #74256E
Complementary color
Monochromatic Colors of #74256E
Black with #74256E
Text Example
Text Example
White with #74256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74256E; }
p { color: rgb(116,37,110); }
H1.HeaderClassName
{
color: #74256E;
}
.AnyTagClassName
{
color: #74256E;
}
</style>
background-color css
<style>
a { background-color: #74256E; }
a { background-color: rgb(116,37,110); }
div.DivClassName
{
background-color: #74256E;
}
.BgClassName
{
background-color: #74256E;
}
</style>
border-color css
<style>
span { border-color: #74256E; }
span { border-color: rgb(116,37,110); }
td.TdClassName
{
border-color: #74256E;
}
.TagClassName
{
border-color: #74256E;
}
</style>