Shades of Palatinate Purple #741366
Tints of Palatinate Purple #741366
RGB
CMYK
RGB Variations
Color information
#741366 (or 0x741366) is known color: Palatinate Purple. HEX triplet: 74, 13 and 66. RGB value is (116,19,102). Sum of RGB (Red+Green+Blue) = 116+19+102=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741366 is #8BEC99. Grayscale: #393939. Windows color (decimal): -9170074 or 6689652. OLE color: 6689652.
HSL color Cylindrical-coordinate representation of color #741366: hue angle of 308.66º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741366 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 102 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.55 |
| HSL | 308.66º | 0.72% | 0.26% | - |
| HSV(B) | 308.66º | 0.84% | 0.45% | - |
| XYZ | 9.83 | 5.14 | 13.04 | - |
| YUV | 57.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 102 | 0 | 0.84 | 0.12 | 0.55 | 308.66 | 0.72 | 0.26 |
| Hex | 74 | 13 | 66 | 0 | 54 | C | 37 | 135 | 48 | 1A |
| Octal | 164 | 23 | 146 | 0 | 124 | 14 | 67 | 465 | 110 | 32 |
| Binary | 1110100 | 10011 | 1100110 | 0 | 1010100 | 1100 | 110111 | 100110101 | 1001000 | 11010 |
Color Harmonies of #741366
Complementary color
Monochromatic Colors of #741366
Black with #741366
Text Example
Text Example
White with #741366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741366; }
p { color: rgb(116,19,102); }
H1.HeaderClassName
{
color: #741366;
}
.AnyTagClassName
{
color: #741366;
}
</style>
background-color css
<style>
a { background-color: #741366; }
a { background-color: rgb(116,19,102); }
div.DivClassName
{
background-color: #741366;
}
.BgClassName
{
background-color: #741366;
}
</style>
border-color css
<style>
span { border-color: #741366; }
span { border-color: rgb(116,19,102); }
td.TdClassName
{
border-color: #741366;
}
.TagClassName
{
border-color: #741366;
}
</style>