Shades of Palatinate Purple #740A5E
Tints of Palatinate Purple #740A5E
RGB
CMYK
RGB Variations
Color information
#740A5E (or 0x740A5E) is known color: Palatinate Purple. HEX triplet: 74, 0A and 5E. RGB value is (116,10,94). Sum of RGB (Red+Green+Blue) = 116+10+94=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #740A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A5E is #8BF5A1. Grayscale: #333333. Windows color (decimal): -9172386 or 6163060. OLE color: 6163060.
HSL color Cylindrical-coordinate representation of color #740A5E: hue angle of 312.45º 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 #740A5E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 94 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.55 |
| HSL | 312.45º | 0.84% | 0.25% | - |
| HSV(B) | 312.45º | 0.91% | 0.45% | - |
| XYZ | 9.33 | 4.74 | 11.01 | - |
| YUV | 51.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 94 | 0 | 0.91 | 0.19 | 0.55 | 312.45 | 0.84 | 0.25 |
| Hex | 74 | A | 5E | 0 | 5B | 13 | 37 | 138 | 54 | 19 |
| Octal | 164 | 12 | 136 | 0 | 133 | 23 | 67 | 470 | 124 | 31 |
| Binary | 1110100 | 1010 | 1011110 | 0 | 1011011 | 10011 | 110111 | 100111000 | 1010100 | 11001 |
Color Harmonies of #740A5E
Complementary color
Monochromatic Colors of #740A5E
Black with #740A5E
Text Example
Text Example
White with #740A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A5E; }
p { color: rgb(116,10,94); }
H1.HeaderClassName
{
color: #740A5E;
}
.AnyTagClassName
{
color: #740A5E;
}
</style>
background-color css
<style>
a { background-color: #740A5E; }
a { background-color: rgb(116,10,94); }
div.DivClassName
{
background-color: #740A5E;
}
.BgClassName
{
background-color: #740A5E;
}
</style>
border-color css
<style>
span { border-color: #740A5E; }
span { border-color: rgb(116,10,94); }
td.TdClassName
{
border-color: #740A5E;
}
.TagClassName
{
border-color: #740A5E;
}
</style>