Shades of Palatinate Purple #68385B
Tints of Palatinate Purple #68385B
RGB
CMYK
RGB Variations
Color information
#68385B (or 0x68385B) is known color: Palatinate Purple. HEX triplet: 68, 38 and 5B. RGB value is (104,56,91). Sum of RGB (Red+Green+Blue) = 104+56+91=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68385B is #97C7A4. Grayscale: #4A4A4A. Windows color (decimal): -9947045 or 5978216. OLE color: 5978216.
HSL color Cylindrical-coordinate representation of color #68385B: hue angle of 316.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68385B is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 91 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.59 |
| HSL | 316.25º | 0.3% | 0.31% | - |
| HSV(B) | 316.25º | 0.46% | 0.41% | - |
| XYZ | 9.01 | 6.53 | 10.68 | - |
| YUV | 74.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 91 | 0 | 0.46 | 0.12 | 0.59 | 316.25 | 0.3 | 0.31 |
| Hex | 68 | 38 | 5B | 0 | 2E | C | 3B | 13C | 1E | 1F |
| Octal | 150 | 70 | 133 | 0 | 56 | 14 | 73 | 474 | 36 | 37 |
| Binary | 1101000 | 111000 | 1011011 | 0 | 101110 | 1100 | 111011 | 100111100 | 11110 | 11111 |
Color Harmonies of #68385B
Complementary color
Monochromatic Colors of #68385B
Black with #68385B
Text Example
Text Example
White with #68385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68385B; }
p { color: rgb(104,56,91); }
H1.HeaderClassName
{
color: #68385B;
}
.AnyTagClassName
{
color: #68385B;
}
</style>
background-color css
<style>
a { background-color: #68385B; }
a { background-color: rgb(104,56,91); }
div.DivClassName
{
background-color: #68385B;
}
.BgClassName
{
background-color: #68385B;
}
</style>
border-color css
<style>
span { border-color: #68385B; }
span { border-color: rgb(104,56,91); }
td.TdClassName
{
border-color: #68385B;
}
.TagClassName
{
border-color: #68385B;
}
</style>