Shades of Palatinate Purple #741E6D
Tints of Palatinate Purple #741E6D
RGB
CMYK
RGB Variations
Color information
#741E6D (or 0x741E6D) is known color: Palatinate Purple. HEX triplet: 74, 1E and 6D. RGB value is (116,30,109). Sum of RGB (Red+Green+Blue) = 116+30+109=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #741E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E6D is #8BE192. Grayscale: #404040. Windows color (decimal): -9167251 or 7151220. OLE color: 7151220.
HSL color Cylindrical-coordinate representation of color #741E6D: hue angle of 304.88º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E6D is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 109 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.55 |
| HSL | 304.88º | 0.59% | 0.29% | - |
| HSV(B) | 304.88º | 0.74% | 0.45% | - |
| XYZ | 10.43 | 5.75 | 15.03 | - |
| YUV | 64.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 109 | 0 | 0.74 | 0.06 | 0.55 | 304.88 | 0.59 | 0.29 |
| Hex | 74 | 1E | 6D | 0 | 4A | 6 | 37 | 131 | 3B | 1D |
| Octal | 164 | 36 | 155 | 0 | 112 | 6 | 67 | 461 | 73 | 35 |
| Binary | 1110100 | 11110 | 1101101 | 0 | 1001010 | 110 | 110111 | 100110001 | 111011 | 11101 |
Color Harmonies of #741E6D
Complementary color
Monochromatic Colors of #741E6D
Black with #741E6D
Text Example
Text Example
White with #741E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E6D; }
p { color: rgb(116,30,109); }
H1.HeaderClassName
{
color: #741E6D;
}
.AnyTagClassName
{
color: #741E6D;
}
</style>
background-color css
<style>
a { background-color: #741E6D; }
a { background-color: rgb(116,30,109); }
div.DivClassName
{
background-color: #741E6D;
}
.BgClassName
{
background-color: #741E6D;
}
</style>
border-color css
<style>
span { border-color: #741E6D; }
span { border-color: rgb(116,30,109); }
td.TdClassName
{
border-color: #741E6D;
}
.TagClassName
{
border-color: #741E6D;
}
</style>