Shades of Palatinate Purple #74295C
Tints of Palatinate Purple #74295C
RGB
CMYK
RGB Variations
Color information
#74295C (or 0x74295C) is known color: Palatinate Purple. HEX triplet: 74, 29 and 5C. RGB value is (116,41,92). Sum of RGB (Red+Green+Blue) = 116+41+92=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74295C is #8BD6A3. Grayscale: #454545. Windows color (decimal): -9164452 or 6039924. OLE color: 6039924.
HSL color Cylindrical-coordinate representation of color #74295C: hue angle of 319.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74295C is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 92 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.55 |
| HSL | 319.2º | 0.48% | 0.31% | - |
| HSV(B) | 319.2º | 0.65% | 0.45% | - |
| XYZ | 9.93 | 6.07 | 10.77 | - |
| YUV | 69.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 92 | 0 | 0.65 | 0.21 | 0.55 | 319.2 | 0.48 | 0.31 |
| Hex | 74 | 29 | 5C | 0 | 41 | 15 | 37 | 13F | 30 | 1F |
| Octal | 164 | 51 | 134 | 0 | 101 | 25 | 67 | 477 | 60 | 37 |
| Binary | 1110100 | 101001 | 1011100 | 0 | 1000001 | 10101 | 110111 | 100111111 | 110000 | 11111 |
Color Harmonies of #74295C
Complementary color
Monochromatic Colors of #74295C
Black with #74295C
Text Example
Text Example
White with #74295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74295C; }
p { color: rgb(116,41,92); }
H1.HeaderClassName
{
color: #74295C;
}
.AnyTagClassName
{
color: #74295C;
}
</style>
background-color css
<style>
a { background-color: #74295C; }
a { background-color: rgb(116,41,92); }
div.DivClassName
{
background-color: #74295C;
}
.BgClassName
{
background-color: #74295C;
}
</style>
border-color css
<style>
span { border-color: #74295C; }
span { border-color: rgb(116,41,92); }
td.TdClassName
{
border-color: #74295C;
}
.TagClassName
{
border-color: #74295C;
}
</style>