Shades of Palatinate Purple #67385B
Tints of Palatinate Purple #67385B
RGB
CMYK
RGB Variations
Color information
#67385B (or 0x67385B) is known color: Palatinate Purple. HEX triplet: 67, 38 and 5B. RGB value is (103,56,91). Sum of RGB (Red+Green+Blue) = 103+56+91=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #67385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67385B is #98C7A4. Grayscale: #494949. Windows color (decimal): -10012581 or 5978215. OLE color: 5978215.
HSL color Cylindrical-coordinate representation of color #67385B: hue angle of 315.32º 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 #67385B is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 91 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.60 |
| HSL | 315.32º | 0.3% | 0.31% | - |
| HSV(B) | 315.32º | 0.46% | 0.4% | - |
| XYZ | 8.9 | 6.47 | 10.68 | - |
| YUV | 74.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 91 | 0 | 0.46 | 0.12 | 0.60 | 315.32 | 0.3 | 0.31 |
| Hex | 67 | 38 | 5B | 0 | 2E | C | 3C | 13B | 1E | 1F |
| Octal | 147 | 70 | 133 | 0 | 56 | 14 | 74 | 473 | 36 | 37 |
| Binary | 1100111 | 111000 | 1011011 | 0 | 101110 | 1100 | 111100 | 100111011 | 11110 | 11111 |
Color Harmonies of #67385B
Complementary color
Monochromatic Colors of #67385B
Black with #67385B
Text Example
Text Example
White with #67385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67385B; }
p { color: rgb(103,56,91); }
H1.HeaderClassName
{
color: #67385B;
}
.AnyTagClassName
{
color: #67385B;
}
</style>
background-color css
<style>
a { background-color: #67385B; }
a { background-color: rgb(103,56,91); }
div.DivClassName
{
background-color: #67385B;
}
.BgClassName
{
background-color: #67385B;
}
</style>
border-color css
<style>
span { border-color: #67385B; }
span { border-color: rgb(103,56,91); }
td.TdClassName
{
border-color: #67385B;
}
.TagClassName
{
border-color: #67385B;
}
</style>