Shades of Palatinate Purple #74276C
Tints of Palatinate Purple #74276C
RGB
CMYK
RGB Variations
Color information
#74276C (or 0x74276C) is known color: Palatinate Purple. HEX triplet: 74, 27 and 6C. RGB value is (116,39,108). Sum of RGB (Red+Green+Blue) = 116+39+108=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74276C is #8BD893. Grayscale: #454545. Windows color (decimal): -9164948 or 7087988. OLE color: 7087988.
HSL color Cylindrical-coordinate representation of color #74276C: hue angle of 306.23º 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 #74276C is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 108 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.55 |
| HSL | 306.23º | 0.5% | 0.3% | - |
| HSV(B) | 306.23º | 0.66% | 0.45% | - |
| XYZ | 10.63 | 6.25 | 14.83 | - |
| YUV | 69.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 108 | 0 | 0.66 | 0.07 | 0.55 | 306.23 | 0.5 | 0.3 |
| Hex | 74 | 27 | 6C | 0 | 42 | 7 | 37 | 132 | 32 | 1E |
| Octal | 164 | 47 | 154 | 0 | 102 | 7 | 67 | 462 | 62 | 36 |
| Binary | 1110100 | 100111 | 1101100 | 0 | 1000010 | 111 | 110111 | 100110010 | 110010 | 11110 |
Color Harmonies of #74276C
Complementary color
Monochromatic Colors of #74276C
Black with #74276C
Text Example
Text Example
White with #74276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74276C; }
p { color: rgb(116,39,108); }
H1.HeaderClassName
{
color: #74276C;
}
.AnyTagClassName
{
color: #74276C;
}
</style>
background-color css
<style>
a { background-color: #74276C; }
a { background-color: rgb(116,39,108); }
div.DivClassName
{
background-color: #74276C;
}
.BgClassName
{
background-color: #74276C;
}
</style>
border-color css
<style>
span { border-color: #74276C; }
span { border-color: rgb(116,39,108); }
td.TdClassName
{
border-color: #74276C;
}
.TagClassName
{
border-color: #74276C;
}
</style>