Shades of Palatinate Purple #741A6D
Tints of Palatinate Purple #741A6D
RGB
CMYK
RGB Variations
Color information
#741A6D (or 0x741A6D) is known color: Palatinate Purple. HEX triplet: 74, 1A and 6D. RGB value is (116,26,109). Sum of RGB (Red+Green+Blue) = 116+26+109=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #741A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A6D is #8BE592. Grayscale: #3E3E3E. Windows color (decimal): -9168275 or 7150196. OLE color: 7150196.
HSL color Cylindrical-coordinate representation of color #741A6D: hue angle of 304.67º 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 #741A6D is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 109 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.55 |
| HSL | 304.67º | 0.63% | 0.28% | - |
| HSV(B) | 304.67º | 0.78% | 0.45% | - |
| XYZ | 10.33 | 5.56 | 15 | - |
| YUV | 62.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 109 | 0 | 0.78 | 0.06 | 0.55 | 304.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 6D | 0 | 4E | 6 | 37 | 131 | 3F | 1C |
| Octal | 164 | 32 | 155 | 0 | 116 | 6 | 67 | 461 | 77 | 34 |
| Binary | 1110100 | 11010 | 1101101 | 0 | 1001110 | 110 | 110111 | 100110001 | 111111 | 11100 |
Color Harmonies of #741A6D
Complementary color
Monochromatic Colors of #741A6D
Black with #741A6D
Text Example
Text Example
White with #741A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A6D; }
p { color: rgb(116,26,109); }
H1.HeaderClassName
{
color: #741A6D;
}
.AnyTagClassName
{
color: #741A6D;
}
</style>
background-color css
<style>
a { background-color: #741A6D; }
a { background-color: rgb(116,26,109); }
div.DivClassName
{
background-color: #741A6D;
}
.BgClassName
{
background-color: #741A6D;
}
</style>
border-color css
<style>
span { border-color: #741A6D; }
span { border-color: rgb(116,26,109); }
td.TdClassName
{
border-color: #741A6D;
}
.TagClassName
{
border-color: #741A6D;
}
</style>