Shades of Palatinate Purple #74205C
Tints of Palatinate Purple #74205C
RGB
CMYK
RGB Variations
Color information
#74205C (or 0x74205C) is known color: Palatinate Purple. HEX triplet: 74, 20 and 5C. RGB value is (116,32,92). Sum of RGB (Red+Green+Blue) = 116+32+92=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #74205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205C is #8BDFA3. Grayscale: #3F3F3F. Windows color (decimal): -9166756 or 6037620. OLE color: 6037620.
HSL color Cylindrical-coordinate representation of color #74205C: hue angle of 317.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74205C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 92 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.55 |
| HSL | 317.14º | 0.57% | 0.29% | - |
| HSV(B) | 317.14º | 0.72% | 0.45% | - |
| XYZ | 9.65 | 5.52 | 10.68 | - |
| YUV | 63.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 92 | 0 | 0.72 | 0.21 | 0.55 | 317.14 | 0.57 | 0.29 |
| Hex | 74 | 20 | 5C | 0 | 48 | 15 | 37 | 13D | 39 | 1D |
| Octal | 164 | 40 | 134 | 0 | 110 | 25 | 67 | 475 | 71 | 35 |
| Binary | 1110100 | 100000 | 1011100 | 0 | 1001000 | 10101 | 110111 | 100111101 | 111001 | 11101 |
Color Harmonies of #74205C
Complementary color
Monochromatic Colors of #74205C
Black with #74205C
Text Example
Text Example
White with #74205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74205C; }
p { color: rgb(116,32,92); }
H1.HeaderClassName
{
color: #74205C;
}
.AnyTagClassName
{
color: #74205C;
}
</style>
background-color css
<style>
a { background-color: #74205C; }
a { background-color: rgb(116,32,92); }
div.DivClassName
{
background-color: #74205C;
}
.BgClassName
{
background-color: #74205C;
}
</style>
border-color css
<style>
span { border-color: #74205C; }
span { border-color: rgb(116,32,92); }
td.TdClassName
{
border-color: #74205C;
}
.TagClassName
{
border-color: #74205C;
}
</style>