Shades of Palatinate Purple #67385C
Tints of Palatinate Purple #67385C
RGB
CMYK
RGB Variations
Color information
#67385C (or 0x67385C) is known color: Palatinate Purple. HEX triplet: 67, 38 and 5C. RGB value is (103,56,92). Sum of RGB (Red+Green+Blue) = 103+56+92=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #67385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67385C is #98C7A3. Grayscale: #4A4A4A. Windows color (decimal): -10012580 or 6043751. OLE color: 6043751.
HSL color Cylindrical-coordinate representation of color #67385C: hue angle of 314.04º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67385C is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 92 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.60 |
| HSL | 314.04º | 0.3% | 0.31% | - |
| HSV(B) | 314.04º | 0.46% | 0.4% | - |
| XYZ | 8.94 | 6.48 | 10.91 | - |
| YUV | 74.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 92 | 0 | 0.46 | 0.11 | 0.60 | 314.04 | 0.3 | 0.31 |
| Hex | 67 | 38 | 5C | 0 | 2E | B | 3C | 13A | 1E | 1F |
| Octal | 147 | 70 | 134 | 0 | 56 | 13 | 74 | 472 | 36 | 37 |
| Binary | 1100111 | 111000 | 1011100 | 0 | 101110 | 1011 | 111100 | 100111010 | 11110 | 11111 |
Color Harmonies of #67385C
Complementary color
Monochromatic Colors of #67385C
Black with #67385C
Text Example
Text Example
White with #67385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67385C; }
p { color: rgb(103,56,92); }
H1.HeaderClassName
{
color: #67385C;
}
.AnyTagClassName
{
color: #67385C;
}
</style>
background-color css
<style>
a { background-color: #67385C; }
a { background-color: rgb(103,56,92); }
div.DivClassName
{
background-color: #67385C;
}
.BgClassName
{
background-color: #67385C;
}
</style>
border-color css
<style>
span { border-color: #67385C; }
span { border-color: rgb(103,56,92); }
td.TdClassName
{
border-color: #67385C;
}
.TagClassName
{
border-color: #67385C;
}
</style>