Shades of Palatinate Purple #74295B
Tints of Palatinate Purple #74295B
RGB
CMYK
RGB Variations
Color information
#74295B (or 0x74295B) is known color: Palatinate Purple. HEX triplet: 74, 29 and 5B. RGB value is (116,41,91). Sum of RGB (Red+Green+Blue) = 116+41+91=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74295B is #8BD6A4. Grayscale: #454545. Windows color (decimal): -9164453 or 5974388. OLE color: 5974388.
HSL color Cylindrical-coordinate representation of color #74295B: hue angle of 320º 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 #74295B is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 91 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.55 |
| HSL | 320º | 0.48% | 0.31% | - |
| HSV(B) | 320º | 0.65% | 0.45% | - |
| XYZ | 9.88 | 6.05 | 10.55 | - |
| YUV | 69.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 91 | 0 | 0.65 | 0.22 | 0.55 | 320 | 0.48 | 0.31 |
| Hex | 74 | 29 | 5B | 0 | 41 | 16 | 37 | 140 | 30 | 1F |
| Octal | 164 | 51 | 133 | 0 | 101 | 26 | 67 | 500 | 60 | 37 |
| Binary | 1110100 | 101001 | 1011011 | 0 | 1000001 | 10110 | 110111 | 101000000 | 110000 | 11111 |
Color Harmonies of #74295B
Complementary color
Monochromatic Colors of #74295B
Black with #74295B
Text Example
Text Example
White with #74295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74295B; }
p { color: rgb(116,41,91); }
H1.HeaderClassName
{
color: #74295B;
}
.AnyTagClassName
{
color: #74295B;
}
</style>
background-color css
<style>
a { background-color: #74295B; }
a { background-color: rgb(116,41,91); }
div.DivClassName
{
background-color: #74295B;
}
.BgClassName
{
background-color: #74295B;
}
</style>
border-color css
<style>
span { border-color: #74295B; }
span { border-color: rgb(116,41,91); }
td.TdClassName
{
border-color: #74295B;
}
.TagClassName
{
border-color: #74295B;
}
</style>