Shades of Palatinate Purple #74145B
Tints of Palatinate Purple #74145B
RGB
CMYK
RGB Variations
Color information
#74145B (or 0x74145B) is known color: Palatinate Purple. HEX triplet: 74, 14 and 5B. RGB value is (116,20,91). Sum of RGB (Red+Green+Blue) = 116+20+91=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74145B is #8BEBA4. Grayscale: #383838. Windows color (decimal): -9169829 or 5969012. OLE color: 5969012.
HSL color Cylindrical-coordinate representation of color #74145B: hue angle of 315.62º 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 #74145B is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 91 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.55 |
| HSL | 315.63º | 0.71% | 0.27% | - |
| HSV(B) | 315.63º | 0.83% | 0.45% | - |
| XYZ | 9.34 | 4.97 | 10.36 | - |
| YUV | 56.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 91 | 0 | 0.83 | 0.22 | 0.55 | 315.63 | 0.71 | 0.27 |
| Hex | 74 | 14 | 5B | 0 | 53 | 16 | 37 | 13C | 47 | 1B |
| Octal | 164 | 24 | 133 | 0 | 123 | 26 | 67 | 474 | 107 | 33 |
| Binary | 1110100 | 10100 | 1011011 | 0 | 1010011 | 10110 | 110111 | 100111100 | 1000111 | 11011 |
Color Harmonies of #74145B
Complementary color
Monochromatic Colors of #74145B
Black with #74145B
Text Example
Text Example
White with #74145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74145B; }
p { color: rgb(116,20,91); }
H1.HeaderClassName
{
color: #74145B;
}
.AnyTagClassName
{
color: #74145B;
}
</style>
background-color css
<style>
a { background-color: #74145B; }
a { background-color: rgb(116,20,91); }
div.DivClassName
{
background-color: #74145B;
}
.BgClassName
{
background-color: #74145B;
}
</style>
border-color css
<style>
span { border-color: #74145B; }
span { border-color: rgb(116,20,91); }
td.TdClassName
{
border-color: #74145B;
}
.TagClassName
{
border-color: #74145B;
}
</style>