Shades of Palatinate Purple #74055D
Tints of Palatinate Purple #74055D
RGB
CMYK
RGB Variations
Color information
#74055D (or 0x74055D) is known color: Palatinate Purple. HEX triplet: 74, 05 and 5D. RGB value is (116,5,93). Sum of RGB (Red+Green+Blue) = 116+5+93=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74055D is #8BFAA2. Grayscale: #2F2F2F. Windows color (decimal): -9173667 or 6096244. OLE color: 6096244.
HSL color Cylindrical-coordinate representation of color #74055D: hue angle of 312.43º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74055D is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 93 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.55 |
| HSL | 312.43º | 0.92% | 0.24% | - |
| HSV(B) | 312.43º | 0.96% | 0.45% | - |
| XYZ | 9.23 | 4.61 | 10.76 | - |
| YUV | 48.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 93 | 0 | 0.96 | 0.20 | 0.55 | 312.43 | 0.92 | 0.24 |
| Hex | 74 | 5 | 5D | 0 | 60 | 14 | 37 | 138 | 5C | 18 |
| Octal | 164 | 5 | 135 | 0 | 140 | 24 | 67 | 470 | 134 | 30 |
| Binary | 1110100 | 101 | 1011101 | 0 | 1100000 | 10100 | 110111 | 100111000 | 1011100 | 11000 |
Color Harmonies of #74055D
Complementary color
Monochromatic Colors of #74055D
Black with #74055D
Text Example
Text Example
White with #74055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74055D; }
p { color: rgb(116,5,93); }
H1.HeaderClassName
{
color: #74055D;
}
.AnyTagClassName
{
color: #74055D;
}
</style>
background-color css
<style>
a { background-color: #74055D; }
a { background-color: rgb(116,5,93); }
div.DivClassName
{
background-color: #74055D;
}
.BgClassName
{
background-color: #74055D;
}
</style>
border-color css
<style>
span { border-color: #74055D; }
span { border-color: rgb(116,5,93); }
td.TdClassName
{
border-color: #74055D;
}
.TagClassName
{
border-color: #74055D;
}
</style>