Shades of Palatinate Purple #740F5E
Tints of Palatinate Purple #740F5E
RGB
CMYK
RGB Variations
Color information
#740F5E (or 0x740F5E) is known color: Palatinate Purple. HEX triplet: 74, 0F and 5E. RGB value is (116,15,94). Sum of RGB (Red+Green+Blue) = 116+15+94=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #740F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F5E is #8BF0A1. Grayscale: #353535. Windows color (decimal): -9171106 or 6164340. OLE color: 6164340.
HSL color Cylindrical-coordinate representation of color #740F5E: hue angle of 313.07º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F5E is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 94 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.55 |
| HSL | 313.07º | 0.77% | 0.26% | - |
| HSV(B) | 313.07º | 0.87% | 0.45% | - |
| XYZ | 9.39 | 4.86 | 11.03 | - |
| YUV | 54.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 94 | 0 | 0.87 | 0.19 | 0.55 | 313.07 | 0.77 | 0.26 |
| Hex | 74 | F | 5E | 0 | 57 | 13 | 37 | 139 | 4D | 1A |
| Octal | 164 | 17 | 136 | 0 | 127 | 23 | 67 | 471 | 115 | 32 |
| Binary | 1110100 | 1111 | 1011110 | 0 | 1010111 | 10011 | 110111 | 100111001 | 1001101 | 11010 |
Color Harmonies of #740F5E
Complementary color
Monochromatic Colors of #740F5E
Black with #740F5E
Text Example
Text Example
White with #740F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F5E; }
p { color: rgb(116,15,94); }
H1.HeaderClassName
{
color: #740F5E;
}
.AnyTagClassName
{
color: #740F5E;
}
</style>
background-color css
<style>
a { background-color: #740F5E; }
a { background-color: rgb(116,15,94); }
div.DivClassName
{
background-color: #740F5E;
}
.BgClassName
{
background-color: #740F5E;
}
</style>
border-color css
<style>
span { border-color: #740F5E; }
span { border-color: rgb(116,15,94); }
td.TdClassName
{
border-color: #740F5E;
}
.TagClassName
{
border-color: #740F5E;
}
</style>