Shades of Palatinate Purple #74115B
Tints of Palatinate Purple #74115B
RGB
CMYK
RGB Variations
Color information
#74115B (or 0x74115B) is known color: Palatinate Purple. HEX triplet: 74, 11 and 5B. RGB value is (116,17,91). Sum of RGB (Red+Green+Blue) = 116+17+91=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115B is #8BEEA4. Grayscale: #363636. Windows color (decimal): -9170597 or 5968244. OLE color: 5968244.
HSL color Cylindrical-coordinate representation of color #74115B: hue angle of 315.15º 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 #74115B is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 91 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.55 |
| HSL | 315.15º | 0.74% | 0.26% | - |
| HSV(B) | 315.15º | 0.85% | 0.45% | - |
| XYZ | 9.29 | 4.87 | 10.35 | - |
| YUV | 55.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 91 | 0 | 0.85 | 0.22 | 0.55 | 315.15 | 0.74 | 0.26 |
| Hex | 74 | 11 | 5B | 0 | 55 | 16 | 37 | 13B | 4A | 1A |
| Octal | 164 | 21 | 133 | 0 | 125 | 26 | 67 | 473 | 112 | 32 |
| Binary | 1110100 | 10001 | 1011011 | 0 | 1010101 | 10110 | 110111 | 100111011 | 1001010 | 11010 |
Color Harmonies of #74115B
Complementary color
Monochromatic Colors of #74115B
Black with #74115B
Text Example
Text Example
White with #74115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74115B; }
p { color: rgb(116,17,91); }
H1.HeaderClassName
{
color: #74115B;
}
.AnyTagClassName
{
color: #74115B;
}
</style>
background-color css
<style>
a { background-color: #74115B; }
a { background-color: rgb(116,17,91); }
div.DivClassName
{
background-color: #74115B;
}
.BgClassName
{
background-color: #74115B;
}
</style>
border-color css
<style>
span { border-color: #74115B; }
span { border-color: rgb(116,17,91); }
td.TdClassName
{
border-color: #74115B;
}
.TagClassName
{
border-color: #74115B;
}
</style>