Shades of Palatinate Purple #74115C
Tints of Palatinate Purple #74115C
RGB
CMYK
RGB Variations
Color information
#74115C (or 0x74115C) is known color: Palatinate Purple. HEX triplet: 74, 11 and 5C. RGB value is (116,17,92). Sum of RGB (Red+Green+Blue) = 116+17+92=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115C is #8BEEA3. Grayscale: #363636. Windows color (decimal): -9170596 or 6033780. OLE color: 6033780.
HSL color Cylindrical-coordinate representation of color #74115C: hue angle of 314.55º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74115C is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 92 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.55 |
| HSL | 314.55º | 0.74% | 0.26% | - |
| HSV(B) | 314.55º | 0.85% | 0.45% | - |
| XYZ | 9.33 | 4.89 | 10.58 | - |
| YUV | 55.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 92 | 0 | 0.85 | 0.21 | 0.55 | 314.55 | 0.74 | 0.26 |
| Hex | 74 | 11 | 5C | 0 | 55 | 15 | 37 | 13B | 4A | 1A |
| Octal | 164 | 21 | 134 | 0 | 125 | 25 | 67 | 473 | 112 | 32 |
| Binary | 1110100 | 10001 | 1011100 | 0 | 1010101 | 10101 | 110111 | 100111011 | 1001010 | 11010 |
Color Harmonies of #74115C
Complementary color
Monochromatic Colors of #74115C
Black with #74115C
Text Example
Text Example
White with #74115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74115C; }
p { color: rgb(116,17,92); }
H1.HeaderClassName
{
color: #74115C;
}
.AnyTagClassName
{
color: #74115C;
}
</style>
background-color css
<style>
a { background-color: #74115C; }
a { background-color: rgb(116,17,92); }
div.DivClassName
{
background-color: #74115C;
}
.BgClassName
{
background-color: #74115C;
}
</style>
border-color css
<style>
span { border-color: #74115C; }
span { border-color: rgb(116,17,92); }
td.TdClassName
{
border-color: #74115C;
}
.TagClassName
{
border-color: #74115C;
}
</style>