Shades of Palatinate Purple #74336A
Tints of Palatinate Purple #74336A
RGB
CMYK
RGB Variations
Color information
#74336A (or 0x74336A) is known color: Palatinate Purple. HEX triplet: 74, 33 and 6A. RGB value is (116,51,106). Sum of RGB (Red+Green+Blue) = 116+51+106=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74336A is #8BCC95. Grayscale: #4C4C4C. Windows color (decimal): -9161878 or 6959988. OLE color: 6959988.
HSL color Cylindrical-coordinate representation of color #74336A: hue angle of 309.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74336A is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 106 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.55 |
| HSL | 309.23º | 0.39% | 0.33% | - |
| HSV(B) | 309.23º | 0.56% | 0.45% | - |
| XYZ | 10.99 | 7.12 | 14.43 | - |
| YUV | 76.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 106 | 0 | 0.56 | 0.09 | 0.55 | 309.23 | 0.39 | 0.33 |
| Hex | 74 | 33 | 6A | 0 | 38 | 9 | 37 | 135 | 27 | 21 |
| Octal | 164 | 63 | 152 | 0 | 70 | 11 | 67 | 465 | 47 | 41 |
| Binary | 1110100 | 110011 | 1101010 | 0 | 111000 | 1001 | 110111 | 100110101 | 100111 | 100001 |
Color Harmonies of #74336A
Complementary color
Monochromatic Colors of #74336A
Black with #74336A
Text Example
Text Example
White with #74336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74336A; }
p { color: rgb(116,51,106); }
H1.HeaderClassName
{
color: #74336A;
}
.AnyTagClassName
{
color: #74336A;
}
</style>
background-color css
<style>
a { background-color: #74336A; }
a { background-color: rgb(116,51,106); }
div.DivClassName
{
background-color: #74336A;
}
.BgClassName
{
background-color: #74336A;
}
</style>
border-color css
<style>
span { border-color: #74336A; }
span { border-color: rgb(116,51,106); }
td.TdClassName
{
border-color: #74336A;
}
.TagClassName
{
border-color: #74336A;
}
</style>