Shades of Palatinate Purple #74276E
Tints of Palatinate Purple #74276E
RGB
CMYK
RGB Variations
Color information
#74276E (or 0x74276E) is known color: Palatinate Purple. HEX triplet: 74, 27 and 6E. RGB value is (116,39,110). Sum of RGB (Red+Green+Blue) = 116+39+110=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74276E is #8BD891. Grayscale: #454545. Windows color (decimal): -9164946 or 7219060. OLE color: 7219060.
HSL color Cylindrical-coordinate representation of color #74276E: hue angle of 304.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74276E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 110 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.55 |
| HSL | 304.68º | 0.5% | 0.3% | - |
| HSV(B) | 304.68º | 0.66% | 0.45% | - |
| XYZ | 10.74 | 6.29 | 15.4 | - |
| YUV | 70.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 110 | 0 | 0.66 | 0.05 | 0.55 | 304.68 | 0.5 | 0.3 |
| Hex | 74 | 27 | 6E | 0 | 42 | 5 | 37 | 131 | 32 | 1E |
| Octal | 164 | 47 | 156 | 0 | 102 | 5 | 67 | 461 | 62 | 36 |
| Binary | 1110100 | 100111 | 1101110 | 0 | 1000010 | 101 | 110111 | 100110001 | 110010 | 11110 |
Color Harmonies of #74276E
Complementary color
Monochromatic Colors of #74276E
Black with #74276E
Text Example
Text Example
White with #74276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74276E; }
p { color: rgb(116,39,110); }
H1.HeaderClassName
{
color: #74276E;
}
.AnyTagClassName
{
color: #74276E;
}
</style>
background-color css
<style>
a { background-color: #74276E; }
a { background-color: rgb(116,39,110); }
div.DivClassName
{
background-color: #74276E;
}
.BgClassName
{
background-color: #74276E;
}
</style>
border-color css
<style>
span { border-color: #74276E; }
span { border-color: rgb(116,39,110); }
td.TdClassName
{
border-color: #74276E;
}
.TagClassName
{
border-color: #74276E;
}
</style>