Shades of Palatinate Purple #683B5C
Tints of Palatinate Purple #683B5C
RGB
CMYK
RGB Variations
Color information
#683B5C (or 0x683B5C) is known color: Palatinate Purple. HEX triplet: 68, 3B and 5C. RGB value is (104,59,92). Sum of RGB (Red+Green+Blue) = 104+59+92=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #683B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B5C is #97C4A3. Grayscale: #4C4C4C. Windows color (decimal): -9946276 or 6044520. OLE color: 6044520.
HSL color Cylindrical-coordinate representation of color #683B5C: hue angle of 316º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #683B5C is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 92 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.59 |
| HSL | 316º | 0.28% | 0.32% | - |
| HSV(B) | 316º | 0.43% | 0.41% | - |
| XYZ | 9.2 | 6.84 | 10.96 | - |
| YUV | 76.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 92 | 0 | 0.43 | 0.12 | 0.59 | 316 | 0.28 | 0.32 |
| Hex | 68 | 3B | 5C | 0 | 2B | C | 3B | 13C | 1C | 20 |
| Octal | 150 | 73 | 134 | 0 | 53 | 14 | 73 | 474 | 34 | 40 |
| Binary | 1101000 | 111011 | 1011100 | 0 | 101011 | 1100 | 111011 | 100111100 | 11100 | 100000 |
Color Harmonies of #683B5C
Complementary color
Monochromatic Colors of #683B5C
Black with #683B5C
Text Example
Text Example
White with #683B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B5C; }
p { color: rgb(104,59,92); }
H1.HeaderClassName
{
color: #683B5C;
}
.AnyTagClassName
{
color: #683B5C;
}
</style>
background-color css
<style>
a { background-color: #683B5C; }
a { background-color: rgb(104,59,92); }
div.DivClassName
{
background-color: #683B5C;
}
.BgClassName
{
background-color: #683B5C;
}
</style>
border-color css
<style>
span { border-color: #683B5C; }
span { border-color: rgb(104,59,92); }
td.TdClassName
{
border-color: #683B5C;
}
.TagClassName
{
border-color: #683B5C;
}
</style>