Shades of Palatinate Purple #741A66
Tints of Palatinate Purple #741A66
RGB
CMYK
RGB Variations
Color information
#741A66 (or 0x741A66) is known color: Palatinate Purple. HEX triplet: 74, 1A and 66. RGB value is (116,26,102). Sum of RGB (Red+Green+Blue) = 116+26+102=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #741A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A66 is #8BE599. Grayscale: #3D3D3D. Windows color (decimal): -9168282 or 6691444. OLE color: 6691444.
HSL color Cylindrical-coordinate representation of color #741A66: hue angle of 309.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A66 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 102 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.55 |
| HSL | 309.33º | 0.63% | 0.28% | - |
| HSV(B) | 309.33º | 0.78% | 0.45% | - |
| XYZ | 9.97 | 5.41 | 13.09 | - |
| YUV | 61.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 102 | 0 | 0.78 | 0.12 | 0.55 | 309.33 | 0.63 | 0.28 |
| Hex | 74 | 1A | 66 | 0 | 4E | C | 37 | 135 | 3F | 1C |
| Octal | 164 | 32 | 146 | 0 | 116 | 14 | 67 | 465 | 77 | 34 |
| Binary | 1110100 | 11010 | 1100110 | 0 | 1001110 | 1100 | 110111 | 100110101 | 111111 | 11100 |
Color Harmonies of #741A66
Complementary color
Monochromatic Colors of #741A66
Black with #741A66
Text Example
Text Example
White with #741A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A66; }
p { color: rgb(116,26,102); }
H1.HeaderClassName
{
color: #741A66;
}
.AnyTagClassName
{
color: #741A66;
}
</style>
background-color css
<style>
a { background-color: #741A66; }
a { background-color: rgb(116,26,102); }
div.DivClassName
{
background-color: #741A66;
}
.BgClassName
{
background-color: #741A66;
}
</style>
border-color css
<style>
span { border-color: #741A66; }
span { border-color: rgb(116,26,102); }
td.TdClassName
{
border-color: #741A66;
}
.TagClassName
{
border-color: #741A66;
}
</style>