Shades of Palatinate Purple #740C64
Tints of Palatinate Purple #740C64
RGB
CMYK
RGB Variations
Color information
#740C64 (or 0x740C64) is known color: Palatinate Purple. HEX triplet: 74, 0C and 64. RGB value is (116,12,100). Sum of RGB (Red+Green+Blue) = 116+12+100=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #740C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C64 is #8BF39B. Grayscale: #343434. Windows color (decimal): -9171868 or 6556788. OLE color: 6556788.
HSL color Cylindrical-coordinate representation of color #740C64: hue angle of 309.23º 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 #740C64 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 100 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.55 |
| HSL | 309.23º | 0.81% | 0.25% | - |
| HSV(B) | 309.23º | 0.9% | 0.45% | - |
| XYZ | 9.63 | 4.9 | 12.49 | - |
| YUV | 53.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 100 | 0 | 0.90 | 0.14 | 0.55 | 309.23 | 0.81 | 0.25 |
| Hex | 74 | C | 64 | 0 | 5A | E | 37 | 135 | 51 | 19 |
| Octal | 164 | 14 | 144 | 0 | 132 | 16 | 67 | 465 | 121 | 31 |
| Binary | 1110100 | 1100 | 1100100 | 0 | 1011010 | 1110 | 110111 | 100110101 | 1010001 | 11001 |
Color Harmonies of #740C64
Complementary color
Monochromatic Colors of #740C64
Black with #740C64
Text Example
Text Example
White with #740C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C64; }
p { color: rgb(116,12,100); }
H1.HeaderClassName
{
color: #740C64;
}
.AnyTagClassName
{
color: #740C64;
}
</style>
background-color css
<style>
a { background-color: #740C64; }
a { background-color: rgb(116,12,100); }
div.DivClassName
{
background-color: #740C64;
}
.BgClassName
{
background-color: #740C64;
}
</style>
border-color css
<style>
span { border-color: #740C64; }
span { border-color: rgb(116,12,100); }
td.TdClassName
{
border-color: #740C64;
}
.TagClassName
{
border-color: #740C64;
}
</style>