Shades of Palatinate Purple #67395D
Tints of Palatinate Purple #67395D
RGB
CMYK
RGB Variations
Color information
#67395D (or 0x67395D) is known color: Palatinate Purple. HEX triplet: 67, 39 and 5D. RGB value is (103,57,93). Sum of RGB (Red+Green+Blue) = 103+57+93=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #67395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67395D is #98C6A2. Grayscale: #4A4A4A. Windows color (decimal): -10012323 or 6109543. OLE color: 6109543.
HSL color Cylindrical-coordinate representation of color #67395D: hue angle of 313.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67395D is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 93 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.60 |
| HSL | 313.04º | 0.29% | 0.31% | - |
| HSV(B) | 313.04º | 0.45% | 0.4% | - |
| XYZ | 9.03 | 6.6 | 11.15 | - |
| YUV | 74.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 93 | 0 | 0.45 | 0.10 | 0.60 | 313.04 | 0.29 | 0.31 |
| Hex | 67 | 39 | 5D | 0 | 2D | A | 3C | 139 | 1D | 1F |
| Octal | 147 | 71 | 135 | 0 | 55 | 12 | 74 | 471 | 35 | 37 |
| Binary | 1100111 | 111001 | 1011101 | 0 | 101101 | 1010 | 111100 | 100111001 | 11101 | 11111 |
Color Harmonies of #67395D
Complementary color
Monochromatic Colors of #67395D
Black with #67395D
Text Example
Text Example
White with #67395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67395D; }
p { color: rgb(103,57,93); }
H1.HeaderClassName
{
color: #67395D;
}
.AnyTagClassName
{
color: #67395D;
}
</style>
background-color css
<style>
a { background-color: #67395D; }
a { background-color: rgb(103,57,93); }
div.DivClassName
{
background-color: #67395D;
}
.BgClassName
{
background-color: #67395D;
}
</style>
border-color css
<style>
span { border-color: #67395D; }
span { border-color: rgb(103,57,93); }
td.TdClassName
{
border-color: #67395D;
}
.TagClassName
{
border-color: #67395D;
}
</style>