Shades of Palatinate Purple #741769
Tints of Palatinate Purple #741769
RGB
CMYK
RGB Variations
Color information
#741769 (or 0x741769) is known color: Palatinate Purple. HEX triplet: 74, 17 and 69. RGB value is (116,23,105). Sum of RGB (Red+Green+Blue) = 116+23+105=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #741769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741769 is #8BE896. Grayscale: #3B3B3B. Windows color (decimal): -9169047 or 6887284. OLE color: 6887284.
HSL color Cylindrical-coordinate representation of color #741769: hue angle of 307.1º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741769 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 105 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.55 |
| HSL | 307.1º | 0.67% | 0.27% | - |
| HSV(B) | 307.1º | 0.8% | 0.45% | - |
| XYZ | 10.06 | 5.35 | 13.87 | - |
| YUV | 60.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 105 | 0 | 0.80 | 0.09 | 0.55 | 307.1 | 0.67 | 0.27 |
| Hex | 74 | 17 | 69 | 0 | 50 | 9 | 37 | 133 | 43 | 1B |
| Octal | 164 | 27 | 151 | 0 | 120 | 11 | 67 | 463 | 103 | 33 |
| Binary | 1110100 | 10111 | 1101001 | 0 | 1010000 | 1001 | 110111 | 100110011 | 1000011 | 11011 |
Color Harmonies of #741769
Complementary color
Monochromatic Colors of #741769
Black with #741769
Text Example
Text Example
White with #741769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741769; }
p { color: rgb(116,23,105); }
H1.HeaderClassName
{
color: #741769;
}
.AnyTagClassName
{
color: #741769;
}
</style>
background-color css
<style>
a { background-color: #741769; }
a { background-color: rgb(116,23,105); }
div.DivClassName
{
background-color: #741769;
}
.BgClassName
{
background-color: #741769;
}
</style>
border-color css
<style>
span { border-color: #741769; }
span { border-color: rgb(116,23,105); }
td.TdClassName
{
border-color: #741769;
}
.TagClassName
{
border-color: #741769;
}
</style>