Shades of Palatinate Purple #741768
Tints of Palatinate Purple #741768
RGB
CMYK
RGB Variations
Color information
#741768 (or 0x741768) is known color: Palatinate Purple. HEX triplet: 74, 17 and 68. RGB value is (116,23,104). Sum of RGB (Red+Green+Blue) = 116+23+104=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #741768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741768 is #8BE897. Grayscale: #3B3B3B. Windows color (decimal): -9169048 or 6821748. OLE color: 6821748.
HSL color Cylindrical-coordinate representation of color #741768: hue angle of 307.74º 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 #741768 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 104 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.55 |
| HSL | 307.74º | 0.67% | 0.27% | - |
| HSV(B) | 307.74º | 0.8% | 0.45% | - |
| XYZ | 10.01 | 5.33 | 13.6 | - |
| YUV | 60.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 104 | 0 | 0.80 | 0.10 | 0.55 | 307.74 | 0.67 | 0.27 |
| Hex | 74 | 17 | 68 | 0 | 50 | A | 37 | 134 | 43 | 1B |
| Octal | 164 | 27 | 150 | 0 | 120 | 12 | 67 | 464 | 103 | 33 |
| Binary | 1110100 | 10111 | 1101000 | 0 | 1010000 | 1010 | 110111 | 100110100 | 1000011 | 11011 |
Color Harmonies of #741768
Complementary color
Monochromatic Colors of #741768
Black with #741768
Text Example
Text Example
White with #741768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741768; }
p { color: rgb(116,23,104); }
H1.HeaderClassName
{
color: #741768;
}
.AnyTagClassName
{
color: #741768;
}
</style>
background-color css
<style>
a { background-color: #741768; }
a { background-color: rgb(116,23,104); }
div.DivClassName
{
background-color: #741768;
}
.BgClassName
{
background-color: #741768;
}
</style>
border-color css
<style>
span { border-color: #741768; }
span { border-color: rgb(116,23,104); }
td.TdClassName
{
border-color: #741768;
}
.TagClassName
{
border-color: #741768;
}
</style>