Shades of Palatinate Purple #68365D
Tints of Palatinate Purple #68365D
RGB
CMYK
RGB Variations
Color information
#68365D (or 0x68365D) is known color: Palatinate Purple. HEX triplet: 68, 36 and 5D. RGB value is (104,54,93). Sum of RGB (Red+Green+Blue) = 104+54+93=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68365D is #97C9A2. Grayscale: #494949. Windows color (decimal): -9947555 or 6108776. OLE color: 6108776.
HSL color Cylindrical-coordinate representation of color #68365D: hue angle of 313.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68365D is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 93 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.59 |
| HSL | 313.2º | 0.32% | 0.31% | - |
| HSV(B) | 313.2º | 0.48% | 0.41% | - |
| XYZ | 9 | 6.37 | 11.11 | - |
| YUV | 73.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 93 | 0 | 0.48 | 0.11 | 0.59 | 313.2 | 0.32 | 0.31 |
| Hex | 68 | 36 | 5D | 0 | 30 | B | 3B | 139 | 20 | 1F |
| Octal | 150 | 66 | 135 | 0 | 60 | 13 | 73 | 471 | 40 | 37 |
| Binary | 1101000 | 110110 | 1011101 | 0 | 110000 | 1011 | 111011 | 100111001 | 100000 | 11111 |
Color Harmonies of #68365D
Complementary color
Monochromatic Colors of #68365D
Black with #68365D
Text Example
Text Example
White with #68365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68365D; }
p { color: rgb(104,54,93); }
H1.HeaderClassName
{
color: #68365D;
}
.AnyTagClassName
{
color: #68365D;
}
</style>
background-color css
<style>
a { background-color: #68365D; }
a { background-color: rgb(104,54,93); }
div.DivClassName
{
background-color: #68365D;
}
.BgClassName
{
background-color: #68365D;
}
</style>
border-color css
<style>
span { border-color: #68365D; }
span { border-color: rgb(104,54,93); }
td.TdClassName
{
border-color: #68365D;
}
.TagClassName
{
border-color: #68365D;
}
</style>