Shades of Palatinate Purple #68385F
Tints of Palatinate Purple #68385F
RGB
CMYK
RGB Variations
Color information
#68385F (or 0x68385F) is known color: Palatinate Purple. HEX triplet: 68, 38 and 5F. RGB value is (104,56,95). Sum of RGB (Red+Green+Blue) = 104+56+95=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #68385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68385F is #97C7A0. Grayscale: #4A4A4A. Windows color (decimal): -9947041 or 6240360. OLE color: 6240360.
HSL color Cylindrical-coordinate representation of color #68385F: hue angle of 311.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 #68385F is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 95 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.59 |
| HSL | 311.25º | 0.3% | 0.31% | - |
| HSV(B) | 311.25º | 0.46% | 0.41% | - |
| XYZ | 9.19 | 6.6 | 11.62 | - |
| YUV | 74.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 95 | 0 | 0.46 | 0.09 | 0.59 | 311.25 | 0.3 | 0.31 |
| Hex | 68 | 38 | 5F | 0 | 2E | 9 | 3B | 137 | 1E | 1F |
| Octal | 150 | 70 | 137 | 0 | 56 | 11 | 73 | 467 | 36 | 37 |
| Binary | 1101000 | 111000 | 1011111 | 0 | 101110 | 1001 | 111011 | 100110111 | 11110 | 11111 |
Color Harmonies of #68385F
Complementary color
Monochromatic Colors of #68385F
Black with #68385F
Text Example
Text Example
White with #68385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68385F; }
p { color: rgb(104,56,95); }
H1.HeaderClassName
{
color: #68385F;
}
.AnyTagClassName
{
color: #68385F;
}
</style>
background-color css
<style>
a { background-color: #68385F; }
a { background-color: rgb(104,56,95); }
div.DivClassName
{
background-color: #68385F;
}
.BgClassName
{
background-color: #68385F;
}
</style>
border-color css
<style>
span { border-color: #68385F; }
span { border-color: rgb(104,56,95); }
td.TdClassName
{
border-color: #68385F;
}
.TagClassName
{
border-color: #68385F;
}
</style>