Shades of Palatinate Purple #674162
Tints of Palatinate Purple #674162
RGB
CMYK
RGB Variations
Color information
#674162 (or 0x674162) is known color: Palatinate Purple. HEX triplet: 67, 41 and 62. RGB value is (103,65,98). Sum of RGB (Red+Green+Blue) = 103+65+98=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #674162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674162 is #98BE9D. Grayscale: #505050. Windows color (decimal): -10010270 or 6439271. OLE color: 6439271.
HSL color Cylindrical-coordinate representation of color #674162: hue angle of 307.89º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674162 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 98 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.60 |
| HSL | 307.89º | 0.23% | 0.33% | - |
| HSV(B) | 307.89º | 0.37% | 0.4% | - |
| XYZ | 9.69 | 7.55 | 12.5 | - |
| YUV | 80.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 98 | 0 | 0.37 | 0.05 | 0.60 | 307.89 | 0.23 | 0.33 |
| Hex | 67 | 41 | 62 | 0 | 25 | 5 | 3C | 134 | 17 | 21 |
| Octal | 147 | 101 | 142 | 0 | 45 | 5 | 74 | 464 | 27 | 41 |
| Binary | 1100111 | 1000001 | 1100010 | 0 | 100101 | 101 | 111100 | 100110100 | 10111 | 100001 |
Color Harmonies of #674162
Complementary color
Monochromatic Colors of #674162
Black with #674162
Text Example
Text Example
White with #674162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674162; }
p { color: rgb(103,65,98); }
H1.HeaderClassName
{
color: #674162;
}
.AnyTagClassName
{
color: #674162;
}
</style>
background-color css
<style>
a { background-color: #674162; }
a { background-color: rgb(103,65,98); }
div.DivClassName
{
background-color: #674162;
}
.BgClassName
{
background-color: #674162;
}
</style>
border-color css
<style>
span { border-color: #674162; }
span { border-color: rgb(103,65,98); }
td.TdClassName
{
border-color: #674162;
}
.TagClassName
{
border-color: #674162;
}
</style>