Shades of Palatinate Purple #740A64
Tints of Palatinate Purple #740A64
RGB
CMYK
RGB Variations
Color information
#740A64 (or 0x740A64) is known color: Palatinate Purple. HEX triplet: 74, 0A and 64. RGB value is (116,10,100). Sum of RGB (Red+Green+Blue) = 116+10+100=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A64 is #8BF59B. Grayscale: #333333. Windows color (decimal): -9172380 or 6556276. OLE color: 6556276.
HSL color Cylindrical-coordinate representation of color #740A64: hue angle of 309.06º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A64 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 100 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.55 |
| HSL | 309.06º | 0.84% | 0.25% | - |
| HSV(B) | 309.06º | 0.91% | 0.45% | - |
| XYZ | 9.61 | 4.85 | 12.49 | - |
| YUV | 51.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 100 | 0 | 0.91 | 0.14 | 0.55 | 309.06 | 0.84 | 0.25 |
| Hex | 74 | A | 64 | 0 | 5B | E | 37 | 135 | 54 | 19 |
| Octal | 164 | 12 | 144 | 0 | 133 | 16 | 67 | 465 | 124 | 31 |
| Binary | 1110100 | 1010 | 1100100 | 0 | 1011011 | 1110 | 110111 | 100110101 | 1010100 | 11001 |
Color Harmonies of #740A64
Complementary color
Monochromatic Colors of #740A64
Black with #740A64
Text Example
Text Example
White with #740A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A64; }
p { color: rgb(116,10,100); }
H1.HeaderClassName
{
color: #740A64;
}
.AnyTagClassName
{
color: #740A64;
}
</style>
background-color css
<style>
a { background-color: #740A64; }
a { background-color: rgb(116,10,100); }
div.DivClassName
{
background-color: #740A64;
}
.BgClassName
{
background-color: #740A64;
}
</style>
border-color css
<style>
span { border-color: #740A64; }
span { border-color: rgb(116,10,100); }
td.TdClassName
{
border-color: #740A64;
}
.TagClassName
{
border-color: #740A64;
}
</style>