Shades of Palatinate Purple #683F5E
Tints of Palatinate Purple #683F5E
RGB
CMYK
RGB Variations
Color information
#683F5E (or 0x683F5E) is known color: Palatinate Purple. HEX triplet: 68, 3F and 5E. RGB value is (104,63,94). Sum of RGB (Red+Green+Blue) = 104+63+94=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F5E is #97C0A1. Grayscale: #4E4E4E. Windows color (decimal): -9945250 or 6176616. OLE color: 6176616.
HSL color Cylindrical-coordinate representation of color #683F5E: hue angle of 314.63º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F5E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 94 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.59 |
| HSL | 314.63º | 0.25% | 0.33% | - |
| HSV(B) | 314.63º | 0.39% | 0.41% | - |
| XYZ | 9.51 | 7.31 | 11.5 | - |
| YUV | 78.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 94 | 0 | 0.39 | 0.10 | 0.59 | 314.63 | 0.25 | 0.33 |
| Hex | 68 | 3F | 5E | 0 | 27 | A | 3B | 13B | 19 | 21 |
| Octal | 150 | 77 | 136 | 0 | 47 | 12 | 73 | 473 | 31 | 41 |
| Binary | 1101000 | 111111 | 1011110 | 0 | 100111 | 1010 | 111011 | 100111011 | 11001 | 100001 |
Color Harmonies of #683F5E
Complementary color
Monochromatic Colors of #683F5E
Black with #683F5E
Text Example
Text Example
White with #683F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F5E; }
p { color: rgb(104,63,94); }
H1.HeaderClassName
{
color: #683F5E;
}
.AnyTagClassName
{
color: #683F5E;
}
</style>
background-color css
<style>
a { background-color: #683F5E; }
a { background-color: rgb(104,63,94); }
div.DivClassName
{
background-color: #683F5E;
}
.BgClassName
{
background-color: #683F5E;
}
</style>
border-color css
<style>
span { border-color: #683F5E; }
span { border-color: rgb(104,63,94); }
td.TdClassName
{
border-color: #683F5E;
}
.TagClassName
{
border-color: #683F5E;
}
</style>