Shades of Palatinate Purple #741969
Tints of Palatinate Purple #741969
RGB
CMYK
RGB Variations
Color information
#741969 (or 0x741969) is known color: Palatinate Purple. HEX triplet: 74, 19 and 69. RGB value is (116,25,105). Sum of RGB (Red+Green+Blue) = 116+25+105=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #741969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741969 is #8BE696. Grayscale: #3D3D3D. Windows color (decimal): -9168535 or 6887796. OLE color: 6887796.
HSL color Cylindrical-coordinate representation of color #741969: hue angle of 307.25º degrees, saturation: 0.65, 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 #741969 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 105 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.55 |
| HSL | 307.25º | 0.65% | 0.28% | - |
| HSV(B) | 307.25º | 0.78% | 0.45% | - |
| XYZ | 10.1 | 5.43 | 13.88 | - |
| YUV | 61.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 105 | 0 | 0.78 | 0.09 | 0.55 | 307.25 | 0.65 | 0.28 |
| Hex | 74 | 19 | 69 | 0 | 4E | 9 | 37 | 133 | 41 | 1C |
| Octal | 164 | 31 | 151 | 0 | 116 | 11 | 67 | 463 | 101 | 34 |
| Binary | 1110100 | 11001 | 1101001 | 0 | 1001110 | 1001 | 110111 | 100110011 | 1000001 | 11100 |
Color Harmonies of #741969
Complementary color
Monochromatic Colors of #741969
Black with #741969
Text Example
Text Example
White with #741969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741969; }
p { color: rgb(116,25,105); }
H1.HeaderClassName
{
color: #741969;
}
.AnyTagClassName
{
color: #741969;
}
</style>
background-color css
<style>
a { background-color: #741969; }
a { background-color: rgb(116,25,105); }
div.DivClassName
{
background-color: #741969;
}
.BgClassName
{
background-color: #741969;
}
</style>
border-color css
<style>
span { border-color: #741969; }
span { border-color: rgb(116,25,105); }
td.TdClassName
{
border-color: #741969;
}
.TagClassName
{
border-color: #741969;
}
</style>