Shades of Palatinate Purple #67315D
Tints of Palatinate Purple #67315D
RGB
CMYK
RGB Variations
Color information
#67315D (or 0x67315D) is known color: Palatinate Purple. HEX triplet: 67, 31 and 5D. RGB value is (103,49,93). Sum of RGB (Red+Green+Blue) = 103+49+93=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #67315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67315D is #98CEA2. Grayscale: #464646. Windows color (decimal): -10014371 or 6107495. OLE color: 6107495.
HSL color Cylindrical-coordinate representation of color #67315D: hue angle of 311.11º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67315D is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 93 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.60 |
| HSL | 311.11º | 0.36% | 0.3% | - |
| HSV(B) | 311.11º | 0.52% | 0.4% | - |
| XYZ | 8.67 | 5.87 | 11.03 | - |
| YUV | 70.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 93 | 0 | 0.52 | 0.10 | 0.60 | 311.11 | 0.36 | 0.3 |
| Hex | 67 | 31 | 5D | 0 | 34 | A | 3C | 137 | 24 | 1E |
| Octal | 147 | 61 | 135 | 0 | 64 | 12 | 74 | 467 | 44 | 36 |
| Binary | 1100111 | 110001 | 1011101 | 0 | 110100 | 1010 | 111100 | 100110111 | 100100 | 11110 |
Color Harmonies of #67315D
Complementary color
Monochromatic Colors of #67315D
Black with #67315D
Text Example
Text Example
White with #67315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67315D; }
p { color: rgb(103,49,93); }
H1.HeaderClassName
{
color: #67315D;
}
.AnyTagClassName
{
color: #67315D;
}
</style>
background-color css
<style>
a { background-color: #67315D; }
a { background-color: rgb(103,49,93); }
div.DivClassName
{
background-color: #67315D;
}
.BgClassName
{
background-color: #67315D;
}
</style>
border-color css
<style>
span { border-color: #67315D; }
span { border-color: rgb(103,49,93); }
td.TdClassName
{
border-color: #67315D;
}
.TagClassName
{
border-color: #67315D;
}
</style>