Shades of Palatinate Purple #741868
Tints of Palatinate Purple #741868
RGB
CMYK
RGB Variations
Color information
#741868 (or 0x741868) is known color: Palatinate Purple. HEX triplet: 74, 18 and 68. RGB value is (116,24,104). Sum of RGB (Red+Green+Blue) = 116+24+104=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #741868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741868 is #8BE797. Grayscale: #3C3C3C. Windows color (decimal): -9168792 or 6822004. OLE color: 6822004.
HSL color Cylindrical-coordinate representation of color #741868: hue angle of 307.83º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741868 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 104 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.55 |
| HSL | 307.83º | 0.66% | 0.27% | - |
| HSV(B) | 307.83º | 0.79% | 0.45% | - |
| XYZ | 10.03 | 5.37 | 13.6 | - |
| YUV | 60.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 104 | 0 | 0.79 | 0.10 | 0.55 | 307.83 | 0.66 | 0.27 |
| Hex | 74 | 18 | 68 | 0 | 4F | A | 37 | 134 | 42 | 1B |
| Octal | 164 | 30 | 150 | 0 | 117 | 12 | 67 | 464 | 102 | 33 |
| Binary | 1110100 | 11000 | 1101000 | 0 | 1001111 | 1010 | 110111 | 100110100 | 1000010 | 11011 |
Color Harmonies of #741868
Complementary color
Monochromatic Colors of #741868
Black with #741868
Text Example
Text Example
White with #741868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741868; }
p { color: rgb(116,24,104); }
H1.HeaderClassName
{
color: #741868;
}
.AnyTagClassName
{
color: #741868;
}
</style>
background-color css
<style>
a { background-color: #741868; }
a { background-color: rgb(116,24,104); }
div.DivClassName
{
background-color: #741868;
}
.BgClassName
{
background-color: #741868;
}
</style>
border-color css
<style>
span { border-color: #741868; }
span { border-color: rgb(116,24,104); }
td.TdClassName
{
border-color: #741868;
}
.TagClassName
{
border-color: #741868;
}
</style>