Shades of Palatinate Purple #74265C
Tints of Palatinate Purple #74265C
RGB
CMYK
RGB Variations
Color information
#74265C (or 0x74265C) is known color: Palatinate Purple. HEX triplet: 74, 26 and 5C. RGB value is (116,38,92). Sum of RGB (Red+Green+Blue) = 116+38+92=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74265C is #8BD9A3. Grayscale: #434343. Windows color (decimal): -9165220 or 6039156. OLE color: 6039156.
HSL color Cylindrical-coordinate representation of color #74265C: hue angle of 318.46º 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 #74265C is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 92 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.55 |
| HSL | 318.46º | 0.51% | 0.3% | - |
| HSV(B) | 318.46º | 0.67% | 0.45% | - |
| XYZ | 9.83 | 5.87 | 10.74 | - |
| YUV | 67.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 92 | 0 | 0.67 | 0.21 | 0.55 | 318.46 | 0.51 | 0.3 |
| Hex | 74 | 26 | 5C | 0 | 43 | 15 | 37 | 13E | 33 | 1E |
| Octal | 164 | 46 | 134 | 0 | 103 | 25 | 67 | 476 | 63 | 36 |
| Binary | 1110100 | 100110 | 1011100 | 0 | 1000011 | 10101 | 110111 | 100111110 | 110011 | 11110 |
Color Harmonies of #74265C
Complementary color
Monochromatic Colors of #74265C
Black with #74265C
Text Example
Text Example
White with #74265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74265C; }
p { color: rgb(116,38,92); }
H1.HeaderClassName
{
color: #74265C;
}
.AnyTagClassName
{
color: #74265C;
}
</style>
background-color css
<style>
a { background-color: #74265C; }
a { background-color: rgb(116,38,92); }
div.DivClassName
{
background-color: #74265C;
}
.BgClassName
{
background-color: #74265C;
}
</style>
border-color css
<style>
span { border-color: #74265C; }
span { border-color: rgb(116,38,92); }
td.TdClassName
{
border-color: #74265C;
}
.TagClassName
{
border-color: #74265C;
}
</style>