Shades of Palatinate Purple #74276D
Tints of Palatinate Purple #74276D
RGB
CMYK
RGB Variations
Color information
#74276D (or 0x74276D) is known color: Palatinate Purple. HEX triplet: 74, 27 and 6D. RGB value is (116,39,109). Sum of RGB (Red+Green+Blue) = 116+39+109=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74276D is #8BD892. Grayscale: #454545. Windows color (decimal): -9164947 or 7153524. OLE color: 7153524.
HSL color Cylindrical-coordinate representation of color #74276D: hue angle of 305.45º 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 #74276D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 109 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.55 |
| HSL | 305.45º | 0.5% | 0.3% | - |
| HSV(B) | 305.45º | 0.66% | 0.45% | - |
| XYZ | 10.69 | 6.27 | 15.11 | - |
| YUV | 70 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 109 | 0 | 0.66 | 0.06 | 0.55 | 305.45 | 0.5 | 0.3 |
| Hex | 74 | 27 | 6D | 0 | 42 | 6 | 37 | 131 | 32 | 1E |
| Octal | 164 | 47 | 155 | 0 | 102 | 6 | 67 | 461 | 62 | 36 |
| Binary | 1110100 | 100111 | 1101101 | 0 | 1000010 | 110 | 110111 | 100110001 | 110010 | 11110 |
Color Harmonies of #74276D
Complementary color
Monochromatic Colors of #74276D
Black with #74276D
Text Example
Text Example
White with #74276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74276D; }
p { color: rgb(116,39,109); }
H1.HeaderClassName
{
color: #74276D;
}
.AnyTagClassName
{
color: #74276D;
}
</style>
background-color css
<style>
a { background-color: #74276D; }
a { background-color: rgb(116,39,109); }
div.DivClassName
{
background-color: #74276D;
}
.BgClassName
{
background-color: #74276D;
}
</style>
border-color css
<style>
span { border-color: #74276D; }
span { border-color: rgb(116,39,109); }
td.TdClassName
{
border-color: #74276D;
}
.TagClassName
{
border-color: #74276D;
}
</style>