Shades of Palatinate Purple #740C58
Tints of Palatinate Purple #740C58
RGB
CMYK
RGB Variations
Color information
#740C58 (or 0x740C58) is known color: Palatinate Purple. HEX triplet: 74, 0C and 58. RGB value is (116,12,88). Sum of RGB (Red+Green+Blue) = 116+12+88=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #740C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C58 is #8BF3A7. Grayscale: #333333. Windows color (decimal): -9171880 or 5770356. OLE color: 5770356.
HSL color Cylindrical-coordinate representation of color #740C58: hue angle of 316.15º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C58 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 88 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.55 |
| HSL | 316.15º | 0.81% | 0.25% | - |
| HSV(B) | 316.15º | 0.9% | 0.45% | - |
| XYZ | 9.1 | 4.68 | 9.66 | - |
| YUV | 51.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 88 | 0 | 0.90 | 0.24 | 0.55 | 316.15 | 0.81 | 0.25 |
| Hex | 74 | C | 58 | 0 | 5A | 18 | 37 | 13C | 51 | 19 |
| Octal | 164 | 14 | 130 | 0 | 132 | 30 | 67 | 474 | 121 | 31 |
| Binary | 1110100 | 1100 | 1011000 | 0 | 1011010 | 11000 | 110111 | 100111100 | 1010001 | 11001 |
Color Harmonies of #740C58
Complementary color
Monochromatic Colors of #740C58
Black with #740C58
Text Example
Text Example
White with #740C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C58; }
p { color: rgb(116,12,88); }
H1.HeaderClassName
{
color: #740C58;
}
.AnyTagClassName
{
color: #740C58;
}
</style>
background-color css
<style>
a { background-color: #740C58; }
a { background-color: rgb(116,12,88); }
div.DivClassName
{
background-color: #740C58;
}
.BgClassName
{
background-color: #740C58;
}
</style>
border-color css
<style>
span { border-color: #740C58; }
span { border-color: rgb(116,12,88); }
td.TdClassName
{
border-color: #740C58;
}
.TagClassName
{
border-color: #740C58;
}
</style>