Shades of Palatinate Purple #741165
Tints of Palatinate Purple #741165
RGB
CMYK
RGB Variations
Color information
#741165 (or 0x741165) is known color: Palatinate Purple. HEX triplet: 74, 11 and 65. RGB value is (116,17,101). Sum of RGB (Red+Green+Blue) = 116+17+101=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741165 is #8BEE9A. Grayscale: #373737. Windows color (decimal): -9170587 or 6623604. OLE color: 6623604.
HSL color Cylindrical-coordinate representation of color #741165: hue angle of 309.09º 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 #741165 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 101 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.55 |
| HSL | 309.09º | 0.74% | 0.26% | - |
| HSV(B) | 309.09º | 0.85% | 0.45% | - |
| XYZ | 9.75 | 5.05 | 12.77 | - |
| YUV | 56.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 101 | 0 | 0.85 | 0.13 | 0.55 | 309.09 | 0.74 | 0.26 |
| Hex | 74 | 11 | 65 | 0 | 55 | D | 37 | 135 | 4A | 1A |
| Octal | 164 | 21 | 145 | 0 | 125 | 15 | 67 | 465 | 112 | 32 |
| Binary | 1110100 | 10001 | 1100101 | 0 | 1010101 | 1101 | 110111 | 100110101 | 1001010 | 11010 |
Color Harmonies of #741165
Complementary color
Monochromatic Colors of #741165
Black with #741165
Text Example
Text Example
White with #741165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741165; }
p { color: rgb(116,17,101); }
H1.HeaderClassName
{
color: #741165;
}
.AnyTagClassName
{
color: #741165;
}
</style>
background-color css
<style>
a { background-color: #741165; }
a { background-color: rgb(116,17,101); }
div.DivClassName
{
background-color: #741165;
}
.BgClassName
{
background-color: #741165;
}
</style>
border-color css
<style>
span { border-color: #741165; }
span { border-color: rgb(116,17,101); }
td.TdClassName
{
border-color: #741165;
}
.TagClassName
{
border-color: #741165;
}
</style>