Shades of Palatinate Purple #683D5C
Tints of Palatinate Purple #683D5C
RGB
CMYK
RGB Variations
Color information
#683D5C (or 0x683D5C) is known color: Palatinate Purple. HEX triplet: 68, 3D and 5C. RGB value is (104,61,92). Sum of RGB (Red+Green+Blue) = 104+61+92=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D5C is #97C2A3. Grayscale: #4D4D4D. Windows color (decimal): -9945764 or 6045032. OLE color: 6045032.
HSL color Cylindrical-coordinate representation of color #683D5C: hue angle of 316.74º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D5C is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 92 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.59 |
| HSL | 316.74º | 0.26% | 0.32% | - |
| HSV(B) | 316.74º | 0.41% | 0.41% | - |
| XYZ | 9.31 | 7.05 | 11 | - |
| YUV | 77.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 92 | 0 | 0.41 | 0.12 | 0.59 | 316.74 | 0.26 | 0.32 |
| Hex | 68 | 3D | 5C | 0 | 29 | C | 3B | 13D | 1A | 20 |
| Octal | 150 | 75 | 134 | 0 | 51 | 14 | 73 | 475 | 32 | 40 |
| Binary | 1101000 | 111101 | 1011100 | 0 | 101001 | 1100 | 111011 | 100111101 | 11010 | 100000 |
Color Harmonies of #683D5C
Complementary color
Monochromatic Colors of #683D5C
Black with #683D5C
Text Example
Text Example
White with #683D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D5C; }
p { color: rgb(104,61,92); }
H1.HeaderClassName
{
color: #683D5C;
}
.AnyTagClassName
{
color: #683D5C;
}
</style>
background-color css
<style>
a { background-color: #683D5C; }
a { background-color: rgb(104,61,92); }
div.DivClassName
{
background-color: #683D5C;
}
.BgClassName
{
background-color: #683D5C;
}
</style>
border-color css
<style>
span { border-color: #683D5C; }
span { border-color: rgb(104,61,92); }
td.TdClassName
{
border-color: #683D5C;
}
.TagClassName
{
border-color: #683D5C;
}
</style>