Shades of Palatinate Purple #74145E
Tints of Palatinate Purple #74145E
RGB
CMYK
RGB Variations
Color information
#74145E (or 0x74145E) is known color: Palatinate Purple. HEX triplet: 74, 14 and 5E. RGB value is (116,20,94). Sum of RGB (Red+Green+Blue) = 116+20+94=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74145E is #8BEBA1. Grayscale: #383838. Windows color (decimal): -9169826 or 6165620. OLE color: 6165620.
HSL color Cylindrical-coordinate representation of color #74145E: hue angle of 313.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74145E is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 94 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.55 |
| HSL | 313.75º | 0.71% | 0.27% | - |
| HSV(B) | 313.75º | 0.83% | 0.45% | - |
| XYZ | 9.47 | 5.02 | 11.06 | - |
| YUV | 57.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 94 | 0 | 0.83 | 0.19 | 0.55 | 313.75 | 0.71 | 0.27 |
| Hex | 74 | 14 | 5E | 0 | 53 | 13 | 37 | 13A | 47 | 1B |
| Octal | 164 | 24 | 136 | 0 | 123 | 23 | 67 | 472 | 107 | 33 |
| Binary | 1110100 | 10100 | 1011110 | 0 | 1010011 | 10011 | 110111 | 100111010 | 1000111 | 11011 |
Color Harmonies of #74145E
Complementary color
Monochromatic Colors of #74145E
Black with #74145E
Text Example
Text Example
White with #74145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74145E; }
p { color: rgb(116,20,94); }
H1.HeaderClassName
{
color: #74145E;
}
.AnyTagClassName
{
color: #74145E;
}
</style>
background-color css
<style>
a { background-color: #74145E; }
a { background-color: rgb(116,20,94); }
div.DivClassName
{
background-color: #74145E;
}
.BgClassName
{
background-color: #74145E;
}
</style>
border-color css
<style>
span { border-color: #74145E; }
span { border-color: rgb(116,20,94); }
td.TdClassName
{
border-color: #74145E;
}
.TagClassName
{
border-color: #74145E;
}
</style>