Shades of Palatinate Purple #740F62
Tints of Palatinate Purple #740F62
RGB
CMYK
RGB Variations
Color information
#740F62 (or 0x740F62) is known color: Palatinate Purple. HEX triplet: 74, 0F and 62. RGB value is (116,15,98). Sum of RGB (Red+Green+Blue) = 116+15+98=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #740F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F62 is #8BF09D. Grayscale: #363636. Windows color (decimal): -9171102 or 6426484. OLE color: 6426484.
HSL color Cylindrical-coordinate representation of color #740F62: hue angle of 310.69º 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 #740F62 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 98 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.55 |
| HSL | 310.69º | 0.77% | 0.26% | - |
| HSV(B) | 310.69º | 0.87% | 0.45% | - |
| XYZ | 9.58 | 4.94 | 12 | - |
| YUV | 54.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 98 | 0 | 0.87 | 0.16 | 0.55 | 310.69 | 0.77 | 0.26 |
| Hex | 74 | F | 62 | 0 | 57 | 10 | 37 | 137 | 4D | 1A |
| Octal | 164 | 17 | 142 | 0 | 127 | 20 | 67 | 467 | 115 | 32 |
| Binary | 1110100 | 1111 | 1100010 | 0 | 1010111 | 10000 | 110111 | 100110111 | 1001101 | 11010 |
Color Harmonies of #740F62
Complementary color
Monochromatic Colors of #740F62
Black with #740F62
Text Example
Text Example
White with #740F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F62; }
p { color: rgb(116,15,98); }
H1.HeaderClassName
{
color: #740F62;
}
.AnyTagClassName
{
color: #740F62;
}
</style>
background-color css
<style>
a { background-color: #740F62; }
a { background-color: rgb(116,15,98); }
div.DivClassName
{
background-color: #740F62;
}
.BgClassName
{
background-color: #740F62;
}
</style>
border-color css
<style>
span { border-color: #740F62; }
span { border-color: rgb(116,15,98); }
td.TdClassName
{
border-color: #740F62;
}
.TagClassName
{
border-color: #740F62;
}
</style>