Shades of Palatinate Purple #741858
Tints of Palatinate Purple #741858
RGB
CMYK
RGB Variations
Color information
#741858 (or 0x741858) is known color: Palatinate Purple. HEX triplet: 74, 18 and 58. RGB value is (116,24,88). Sum of RGB (Red+Green+Blue) = 116+24+88=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #741858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741858 is #8BE7A7. Grayscale: #3A3A3A. Windows color (decimal): -9168808 or 5773428. OLE color: 5773428.
HSL color Cylindrical-coordinate representation of color #741858: hue angle of 318.26º 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 #741858 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 88 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.55 |
| HSL | 318.26º | 0.66% | 0.27% | - |
| HSV(B) | 318.26º | 0.79% | 0.45% | - |
| XYZ | 9.29 | 5.07 | 9.72 | - |
| YUV | 58.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 88 | 0 | 0.79 | 0.24 | 0.55 | 318.26 | 0.66 | 0.27 |
| Hex | 74 | 18 | 58 | 0 | 4F | 18 | 37 | 13E | 42 | 1B |
| Octal | 164 | 30 | 130 | 0 | 117 | 30 | 67 | 476 | 102 | 33 |
| Binary | 1110100 | 11000 | 1011000 | 0 | 1001111 | 11000 | 110111 | 100111110 | 1000010 | 11011 |
Color Harmonies of #741858
Complementary color
Monochromatic Colors of #741858
Black with #741858
Text Example
Text Example
White with #741858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741858; }
p { color: rgb(116,24,88); }
H1.HeaderClassName
{
color: #741858;
}
.AnyTagClassName
{
color: #741858;
}
</style>
background-color css
<style>
a { background-color: #741858; }
a { background-color: rgb(116,24,88); }
div.DivClassName
{
background-color: #741858;
}
.BgClassName
{
background-color: #741858;
}
</style>
border-color css
<style>
span { border-color: #741858; }
span { border-color: rgb(116,24,88); }
td.TdClassName
{
border-color: #741858;
}
.TagClassName
{
border-color: #741858;
}
</style>