Shades of Palatinate Purple #74236C
Tints of Palatinate Purple #74236C
RGB
CMYK
RGB Variations
Color information
#74236C (or 0x74236C) is known color: Palatinate Purple. HEX triplet: 74, 23 and 6C. RGB value is (116,35,108). Sum of RGB (Red+Green+Blue) = 116+35+108=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74236C is #8BDC93. Grayscale: #434343. Windows color (decimal): -9165972 or 7086964. OLE color: 7086964.
HSL color Cylindrical-coordinate representation of color #74236C: hue angle of 305.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74236C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 108 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.55 |
| HSL | 305.93º | 0.54% | 0.3% | - |
| HSV(B) | 305.93º | 0.7% | 0.45% | - |
| XYZ | 10.51 | 6 | 14.79 | - |
| YUV | 67.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 108 | 0 | 0.70 | 0.07 | 0.55 | 305.93 | 0.54 | 0.3 |
| Hex | 74 | 23 | 6C | 0 | 46 | 7 | 37 | 132 | 36 | 1E |
| Octal | 164 | 43 | 154 | 0 | 106 | 7 | 67 | 462 | 66 | 36 |
| Binary | 1110100 | 100011 | 1101100 | 0 | 1000110 | 111 | 110111 | 100110010 | 110110 | 11110 |
Color Harmonies of #74236C
Complementary color
Monochromatic Colors of #74236C
Black with #74236C
Text Example
Text Example
White with #74236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74236C; }
p { color: rgb(116,35,108); }
H1.HeaderClassName
{
color: #74236C;
}
.AnyTagClassName
{
color: #74236C;
}
</style>
background-color css
<style>
a { background-color: #74236C; }
a { background-color: rgb(116,35,108); }
div.DivClassName
{
background-color: #74236C;
}
.BgClassName
{
background-color: #74236C;
}
</style>
border-color css
<style>
span { border-color: #74236C; }
span { border-color: rgb(116,35,108); }
td.TdClassName
{
border-color: #74236C;
}
.TagClassName
{
border-color: #74236C;
}
</style>