Shades of Palatinate Purple #683157
Tints of Palatinate Purple #683157
RGB
CMYK
RGB Variations
Color information
#683157 (or 0x683157) is known color: Palatinate Purple. HEX triplet: 68, 31 and 57. RGB value is (104,49,87). Sum of RGB (Red+Green+Blue) = 104+49+87=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #683157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683157 is #97CEA8. Grayscale: #454545. Windows color (decimal): -9948841 or 5714280. OLE color: 5714280.
HSL color Cylindrical-coordinate representation of color #683157: hue angle of 318.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683157 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 87 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.59 |
| HSL | 318.55º | 0.36% | 0.3% | - |
| HSV(B) | 318.55º | 0.53% | 0.41% | - |
| XYZ | 8.53 | 5.83 | 9.69 | - |
| YUV | 69.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 87 | 0 | 0.53 | 0.16 | 0.59 | 318.55 | 0.36 | 0.3 |
| Hex | 68 | 31 | 57 | 0 | 35 | 10 | 3B | 13F | 24 | 1E |
| Octal | 150 | 61 | 127 | 0 | 65 | 20 | 73 | 477 | 44 | 36 |
| Binary | 1101000 | 110001 | 1010111 | 0 | 110101 | 10000 | 111011 | 100111111 | 100100 | 11110 |
Color Harmonies of #683157
Complementary color
Monochromatic Colors of #683157
Black with #683157
Text Example
Text Example
White with #683157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683157; }
p { color: rgb(104,49,87); }
H1.HeaderClassName
{
color: #683157;
}
.AnyTagClassName
{
color: #683157;
}
</style>
background-color css
<style>
a { background-color: #683157; }
a { background-color: rgb(104,49,87); }
div.DivClassName
{
background-color: #683157;
}
.BgClassName
{
background-color: #683157;
}
</style>
border-color css
<style>
span { border-color: #683157; }
span { border-color: rgb(104,49,87); }
td.TdClassName
{
border-color: #683157;
}
.TagClassName
{
border-color: #683157;
}
</style>