Shades of Palatinate Purple #74265D
Tints of Palatinate Purple #74265D
RGB
CMYK
RGB Variations
Color information
#74265D (or 0x74265D) is known color: Palatinate Purple. HEX triplet: 74, 26 and 5D. RGB value is (116,38,93). Sum of RGB (Red+Green+Blue) = 116+38+93=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74265D is #8BD9A2. Grayscale: #434343. Windows color (decimal): -9165219 or 6104692. OLE color: 6104692.
HSL color Cylindrical-coordinate representation of color #74265D: hue angle of 317.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74265D is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 93 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.55 |
| HSL | 317.69º | 0.51% | 0.3% | - |
| HSV(B) | 317.69º | 0.67% | 0.45% | - |
| XYZ | 9.87 | 5.89 | 10.97 | - |
| YUV | 67.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 93 | 0 | 0.67 | 0.20 | 0.55 | 317.69 | 0.51 | 0.3 |
| Hex | 74 | 26 | 5D | 0 | 43 | 14 | 37 | 13E | 33 | 1E |
| Octal | 164 | 46 | 135 | 0 | 103 | 24 | 67 | 476 | 63 | 36 |
| Binary | 1110100 | 100110 | 1011101 | 0 | 1000011 | 10100 | 110111 | 100111110 | 110011 | 11110 |
Color Harmonies of #74265D
Complementary color
Monochromatic Colors of #74265D
Black with #74265D
Text Example
Text Example
White with #74265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74265D; }
p { color: rgb(116,38,93); }
H1.HeaderClassName
{
color: #74265D;
}
.AnyTagClassName
{
color: #74265D;
}
</style>
background-color css
<style>
a { background-color: #74265D; }
a { background-color: rgb(116,38,93); }
div.DivClassName
{
background-color: #74265D;
}
.BgClassName
{
background-color: #74265D;
}
</style>
border-color css
<style>
span { border-color: #74265D; }
span { border-color: rgb(116,38,93); }
td.TdClassName
{
border-color: #74265D;
}
.TagClassName
{
border-color: #74265D;
}
</style>