Shades of Palatinate Purple #74105F
Tints of Palatinate Purple #74105F
RGB
CMYK
RGB Variations
Color information
#74105F (or 0x74105F) is known color: Palatinate Purple. HEX triplet: 74, 10 and 5F. RGB value is (116,16,95). Sum of RGB (Red+Green+Blue) = 116+16+95=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74105F is #8BEFA0. Grayscale: #363636. Windows color (decimal): -9170849 or 6230132. OLE color: 6230132.
HSL color Cylindrical-coordinate representation of color #74105F: hue angle of 312.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74105F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 95 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.55 |
| HSL | 312.6º | 0.76% | 0.26% | - |
| HSV(B) | 312.6º | 0.86% | 0.45% | - |
| XYZ | 9.45 | 4.91 | 11.28 | - |
| YUV | 54.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 95 | 0 | 0.86 | 0.18 | 0.55 | 312.6 | 0.76 | 0.26 |
| Hex | 74 | 10 | 5F | 0 | 56 | 12 | 37 | 139 | 4C | 1A |
| Octal | 164 | 20 | 137 | 0 | 126 | 22 | 67 | 471 | 114 | 32 |
| Binary | 1110100 | 10000 | 1011111 | 0 | 1010110 | 10010 | 110111 | 100111001 | 1001100 | 11010 |
Color Harmonies of #74105F
Complementary color
Monochromatic Colors of #74105F
Black with #74105F
Text Example
Text Example
White with #74105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74105F; }
p { color: rgb(116,16,95); }
H1.HeaderClassName
{
color: #74105F;
}
.AnyTagClassName
{
color: #74105F;
}
</style>
background-color css
<style>
a { background-color: #74105F; }
a { background-color: rgb(116,16,95); }
div.DivClassName
{
background-color: #74105F;
}
.BgClassName
{
background-color: #74105F;
}
</style>
border-color css
<style>
span { border-color: #74105F; }
span { border-color: rgb(116,16,95); }
td.TdClassName
{
border-color: #74105F;
}
.TagClassName
{
border-color: #74105F;
}
</style>