Shades of Palatinate Purple #741A63
Tints of Palatinate Purple #741A63
RGB
CMYK
RGB Variations
Color information
#741A63 (or 0x741A63) is known color: Palatinate Purple. HEX triplet: 74, 1A and 63. RGB value is (116,26,99). Sum of RGB (Red+Green+Blue) = 116+26+99=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #741A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A63 is #8BE59C. Grayscale: #3D3D3D. Windows color (decimal): -9168285 or 6494836. OLE color: 6494836.
HSL color Cylindrical-coordinate representation of color #741A63: hue angle of 311.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 #741A63 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 99 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.55 |
| HSL | 311.33º | 0.63% | 0.28% | - |
| HSV(B) | 311.33º | 0.78% | 0.45% | - |
| XYZ | 9.82 | 5.35 | 12.32 | - |
| YUV | 61.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 99 | 0 | 0.78 | 0.15 | 0.55 | 311.33 | 0.63 | 0.28 |
| Hex | 74 | 1A | 63 | 0 | 4E | F | 37 | 137 | 3F | 1C |
| Octal | 164 | 32 | 143 | 0 | 116 | 17 | 67 | 467 | 77 | 34 |
| Binary | 1110100 | 11010 | 1100011 | 0 | 1001110 | 1111 | 110111 | 100110111 | 111111 | 11100 |
Color Harmonies of #741A63
Complementary color
Monochromatic Colors of #741A63
Black with #741A63
Text Example
Text Example
White with #741A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A63; }
p { color: rgb(116,26,99); }
H1.HeaderClassName
{
color: #741A63;
}
.AnyTagClassName
{
color: #741A63;
}
</style>
background-color css
<style>
a { background-color: #741A63; }
a { background-color: rgb(116,26,99); }
div.DivClassName
{
background-color: #741A63;
}
.BgClassName
{
background-color: #741A63;
}
</style>
border-color css
<style>
span { border-color: #741A63; }
span { border-color: rgb(116,26,99); }
td.TdClassName
{
border-color: #741A63;
}
.TagClassName
{
border-color: #741A63;
}
</style>