Shades of Palatinate Purple #74246B
Tints of Palatinate Purple #74246B
RGB
CMYK
RGB Variations
Color information
#74246B (or 0x74246B) is known color: Palatinate Purple. HEX triplet: 74, 24 and 6B. RGB value is (116,36,107). Sum of RGB (Red+Green+Blue) = 116+36+107=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74246B is #8BDB94. Grayscale: #434343. Windows color (decimal): -9165717 or 7021684. OLE color: 7021684.
HSL color Cylindrical-coordinate representation of color #74246B: hue angle of 306.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74246B is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 107 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.55 |
| HSL | 306.75º | 0.53% | 0.3% | - |
| HSV(B) | 306.75º | 0.69% | 0.45% | - |
| XYZ | 10.49 | 6.04 | 14.52 | - |
| YUV | 68.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 107 | 0 | 0.69 | 0.08 | 0.55 | 306.75 | 0.53 | 0.3 |
| Hex | 74 | 24 | 6B | 0 | 45 | 8 | 37 | 133 | 35 | 1E |
| Octal | 164 | 44 | 153 | 0 | 105 | 10 | 67 | 463 | 65 | 36 |
| Binary | 1110100 | 100100 | 1101011 | 0 | 1000101 | 1000 | 110111 | 100110011 | 110101 | 11110 |
Color Harmonies of #74246B
Complementary color
Monochromatic Colors of #74246B
Black with #74246B
Text Example
Text Example
White with #74246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74246B; }
p { color: rgb(116,36,107); }
H1.HeaderClassName
{
color: #74246B;
}
.AnyTagClassName
{
color: #74246B;
}
</style>
background-color css
<style>
a { background-color: #74246B; }
a { background-color: rgb(116,36,107); }
div.DivClassName
{
background-color: #74246B;
}
.BgClassName
{
background-color: #74246B;
}
</style>
border-color css
<style>
span { border-color: #74246B; }
span { border-color: rgb(116,36,107); }
td.TdClassName
{
border-color: #74246B;
}
.TagClassName
{
border-color: #74246B;
}
</style>