Shades of Palatinate Purple #74065D
Tints of Palatinate Purple #74065D
RGB
CMYK
RGB Variations
Color information
#74065D (or 0x74065D) is known color: Palatinate Purple. HEX triplet: 74, 06 and 5D. RGB value is (116,6,93). Sum of RGB (Red+Green+Blue) = 116+6+93=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74065D is #8BF9A2. Grayscale: #303030. Windows color (decimal): -9173411 or 6096500. OLE color: 6096500.
HSL color Cylindrical-coordinate representation of color #74065D: hue angle of 312.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74065D is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 6 | 93 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.55 |
| HSL | 312.55º | 0.9% | 0.24% | - |
| HSV(B) | 312.55º | 0.95% | 0.45% | - |
| XYZ | 9.24 | 4.63 | 10.76 | - |
| YUV | 48.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 93 | 0 | 0.95 | 0.20 | 0.55 | 312.55 | 0.9 | 0.24 |
| Hex | 74 | 6 | 5D | 0 | 5F | 14 | 37 | 139 | 5A | 18 |
| Octal | 164 | 6 | 135 | 0 | 137 | 24 | 67 | 471 | 132 | 30 |
| Binary | 1110100 | 110 | 1011101 | 0 | 1011111 | 10100 | 110111 | 100111001 | 1011010 | 11000 |
Color Harmonies of #74065D
Complementary color
Monochromatic Colors of #74065D
Black with #74065D
Text Example
Text Example
White with #74065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74065D; }
p { color: rgb(116,6,93); }
H1.HeaderClassName
{
color: #74065D;
}
.AnyTagClassName
{
color: #74065D;
}
</style>
background-color css
<style>
a { background-color: #74065D; }
a { background-color: rgb(116,6,93); }
div.DivClassName
{
background-color: #74065D;
}
.BgClassName
{
background-color: #74065D;
}
</style>
border-color css
<style>
span { border-color: #74065D; }
span { border-color: rgb(116,6,93); }
td.TdClassName
{
border-color: #74065D;
}
.TagClassName
{
border-color: #74065D;
}
</style>