Shades of Palatinate Purple #67325D
Tints of Palatinate Purple #67325D
RGB
CMYK
RGB Variations
Color information
#67325D (or 0x67325D) is known color: Palatinate Purple. HEX triplet: 67, 32 and 5D. RGB value is (103,50,93). Sum of RGB (Red+Green+Blue) = 103+50+93=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #67325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67325D is #98CDA2. Grayscale: #464646. Windows color (decimal): -10014115 or 6107751. OLE color: 6107751.
HSL color Cylindrical-coordinate representation of color #67325D: hue angle of 311.32º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67325D is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 93 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.60 |
| HSL | 311.32º | 0.35% | 0.3% | - |
| HSV(B) | 311.32º | 0.51% | 0.4% | - |
| XYZ | 8.71 | 5.96 | 11.05 | - |
| YUV | 70.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 93 | 0 | 0.51 | 0.10 | 0.60 | 311.32 | 0.35 | 0.3 |
| Hex | 67 | 32 | 5D | 0 | 33 | A | 3C | 137 | 23 | 1E |
| Octal | 147 | 62 | 135 | 0 | 63 | 12 | 74 | 467 | 43 | 36 |
| Binary | 1100111 | 110010 | 1011101 | 0 | 110011 | 1010 | 111100 | 100110111 | 100011 | 11110 |
Color Harmonies of #67325D
Complementary color
Monochromatic Colors of #67325D
Black with #67325D
Text Example
Text Example
White with #67325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67325D; }
p { color: rgb(103,50,93); }
H1.HeaderClassName
{
color: #67325D;
}
.AnyTagClassName
{
color: #67325D;
}
</style>
background-color css
<style>
a { background-color: #67325D; }
a { background-color: rgb(103,50,93); }
div.DivClassName
{
background-color: #67325D;
}
.BgClassName
{
background-color: #67325D;
}
</style>
border-color css
<style>
span { border-color: #67325D; }
span { border-color: rgb(103,50,93); }
td.TdClassName
{
border-color: #67325D;
}
.TagClassName
{
border-color: #67325D;
}
</style>