Shades of Palatinate Purple #74256D
Tints of Palatinate Purple #74256D
RGB
CMYK
RGB Variations
Color information
#74256D (or 0x74256D) is known color: Palatinate Purple. HEX triplet: 74, 25 and 6D. RGB value is (116,37,109). Sum of RGB (Red+Green+Blue) = 116+37+109=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74256D is #8BDA92. Grayscale: #444444. Windows color (decimal): -9165459 or 7153012. OLE color: 7153012.
HSL color Cylindrical-coordinate representation of color #74256D: hue angle of 305.32º 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 #74256D is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 109 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.55 |
| HSL | 305.32º | 0.52% | 0.3% | - |
| HSV(B) | 305.32º | 0.68% | 0.45% | - |
| XYZ | 10.62 | 6.14 | 15.09 | - |
| YUV | 68.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 109 | 0 | 0.68 | 0.06 | 0.55 | 305.32 | 0.52 | 0.3 |
| Hex | 74 | 25 | 6D | 0 | 44 | 6 | 37 | 131 | 34 | 1E |
| Octal | 164 | 45 | 155 | 0 | 104 | 6 | 67 | 461 | 64 | 36 |
| Binary | 1110100 | 100101 | 1101101 | 0 | 1000100 | 110 | 110111 | 100110001 | 110100 | 11110 |
Color Harmonies of #74256D
Complementary color
Monochromatic Colors of #74256D
Black with #74256D
Text Example
Text Example
White with #74256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74256D; }
p { color: rgb(116,37,109); }
H1.HeaderClassName
{
color: #74256D;
}
.AnyTagClassName
{
color: #74256D;
}
</style>
background-color css
<style>
a { background-color: #74256D; }
a { background-color: rgb(116,37,109); }
div.DivClassName
{
background-color: #74256D;
}
.BgClassName
{
background-color: #74256D;
}
</style>
border-color css
<style>
span { border-color: #74256D; }
span { border-color: rgb(116,37,109); }
td.TdClassName
{
border-color: #74256D;
}
.TagClassName
{
border-color: #74256D;
}
</style>