Shades of Palatinate Purple #74386B
Tints of Palatinate Purple #74386B
RGB
CMYK
RGB Variations
Color information
#74386B (or 0x74386B) is known color: Palatinate Purple. HEX triplet: 74, 38 and 6B. RGB value is (116,56,107). Sum of RGB (Red+Green+Blue) = 116+56+107=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74386B is #8BC794. Grayscale: #4F4F4F. Windows color (decimal): -9160597 or 7026804. OLE color: 7026804.
HSL color Cylindrical-coordinate representation of color #74386B: hue angle of 309º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74386B is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 107 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.55 |
| HSL | 309º | 0.35% | 0.34% | - |
| HSV(B) | 309º | 0.52% | 0.45% | - |
| XYZ | 11.27 | 7.6 | 14.78 | - |
| YUV | 79.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 107 | 0 | 0.52 | 0.08 | 0.55 | 309 | 0.35 | 0.34 |
| Hex | 74 | 38 | 6B | 0 | 34 | 8 | 37 | 135 | 23 | 22 |
| Octal | 164 | 70 | 153 | 0 | 64 | 10 | 67 | 465 | 43 | 42 |
| Binary | 1110100 | 111000 | 1101011 | 0 | 110100 | 1000 | 110111 | 100110101 | 100011 | 100010 |
Color Harmonies of #74386B
Complementary color
Monochromatic Colors of #74386B
Black with #74386B
Text Example
Text Example
White with #74386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74386B; }
p { color: rgb(116,56,107); }
H1.HeaderClassName
{
color: #74386B;
}
.AnyTagClassName
{
color: #74386B;
}
</style>
background-color css
<style>
a { background-color: #74386B; }
a { background-color: rgb(116,56,107); }
div.DivClassName
{
background-color: #74386B;
}
.BgClassName
{
background-color: #74386B;
}
</style>
border-color css
<style>
span { border-color: #74386B; }
span { border-color: rgb(116,56,107); }
td.TdClassName
{
border-color: #74386B;
}
.TagClassName
{
border-color: #74386B;
}
</style>